From d6838e0347cad12cb8c896c33bc3a5ec84950d5f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 14:23:39 +0200 Subject: [PATCH] Get fresh dependencies each time --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index ad1e526..e3fe55a 100755 --- a/functions +++ b/functions @@ -26,7 +26,7 @@ dokku-ansible-playbook-run() { if [[ -f "$requirements" ]]; then dokku_col_log_info1_quiet "$requirements file found" - ansible-galaxy install --role-file "$requirements" + ansible-galaxy install --role-file "$requirements" --force fi dokku_col_log_info1_quiet "Copying library modules into place"