From ce40247d0afa364dbd891469bb7520921929e895 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 19 Mar 2020 02:25:40 +0100 Subject: [PATCH] Use right options --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"