Drop incorrect flag mix

This commit is contained in:
Luke Murphy 2020-03-19 02:00:49 +01:00
parent bedc7277e6
commit 37da3c6f61
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 --allow -qq -y ansible
apt install -qq -y ansible
fi