From bedc7277e60fd12d6133ab6c1c8a10dcede4d052 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 19 Mar 2020 01:58:40 +0100 Subject: [PATCH] Update flag --- dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies b/dependencies index 5905b06..d47ef39 100755 --- a/dependencies +++ b/dependencies @@ -6,5 +6,5 @@ export DEBIAN_FRONTEND=noninteractive if ! command -v "ansible" &>/dev/null; then echo "-----> installing ansible" - apt install --force-yes -qq -y ansible + apt install --allow -qq -y ansible fi