Use right options

This commit is contained in:
Luke Murphy 2020-03-19 02:25:40 +01:00
parent 90d4afe838
commit ce40247d0a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function run_playbook() {
if [[ -f "$requirements" ]]; then
echo " $requirements file found"
ansible-galaxy install -fvf "$requirements"
ansible-galaxy install -fr "$requirements"
fi
echo " $play_path file found"