Don't always force it

This commit is contained in:
Luke Murphy
2020-03-21 00:08:58 +01:00
parent bc2f5a0e37
commit 58535c1ccc
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@ function run_playbook() {
if [[ -f "$requirements" ]]; then
dokku_col_log_info1_quiet "$requirements file found"
ansible-galaxy install --force --role-file "$requirements"
ansible-galaxy install --role-file "$requirements"
fi
dokku_col_log_info1_quiet "Copying library modules into place"