Get fresh dependencies each time

This commit is contained in:
Luke Murphy 2020-03-29 14:23:39 +02:00
parent d8a9614716
commit d6838e0347
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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"