1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update ansible-2.6.x

This commit is contained in:
A Holt 2018-09-07 03:16:19 -04:00 committed by GitHub
parent d72b1aad1c
commit 85efa6c694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ fi
if [ ! -f /etc/centos-release ] && [ ! -f /etc/fedora-release ] && [ ! -f /etc/olpc-release ]; then
# Align IIAB with Ansible community's latest official release
echo "Using apt to check for updates, then install/upgrade ansible"
echo -e "Using apt to check for updates, then install/upgrade ansible:\n"
apt update
apt -y --allow-downgrades install ansible=2.6*