Update flag

This commit is contained in:
Luke Murphy 2020-03-19 01:58:40 +01:00
parent 12de0a96d8
commit bedc7277e6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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