Use right options
This commit is contained in:
parent
90d4afe838
commit
ce40247d0a
@ -13,7 +13,7 @@ function run_playbook() {
|
|||||||
|
|
||||||
if [[ -f "$requirements" ]]; then
|
if [[ -f "$requirements" ]]; then
|
||||||
echo " $requirements file found"
|
echo " $requirements file found"
|
||||||
ansible-galaxy install -fvf "$requirements"
|
ansible-galaxy install -fr "$requirements"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo " $play_path file found"
|
echo " $play_path file found"
|
||||||
|
Reference in New Issue
Block a user