Focus on ansible command and log

Cette révision appartient à :
Luke Murphy
2020-03-19 01:16:03 +01:00
Parent d4cf9180df
révision fa38cb4745

Voir le fichier

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