Focus on ansible command and log

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

View File

@ -6,6 +6,7 @@ set -eo pipefail
export DEBIAN_FRONTEND=noninteractive
if ! command -v "ansible-playbook" &>/dev/null; then
if ! command -v "ansible" &>/dev/null; then
echo "-----> installing ansible"
apt install --force-yes -qq -y ansible
fi