Focus on ansible command and log
This commit is contained in:
parent
d4cf9180df
commit
fa38cb4745
@ -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
|
||||
|
Reference in New Issue
Block a user