diff --git a/functions b/functions index 0a573e7..eef7512 100755 --- a/functions +++ b/functions @@ -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"