Use right options

This commit is contained in:
Luke Murphy
2020-03-19 02:25:40 +01:00
parent 90d4afe838
commit ce40247d0a

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"