mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update ansible
This commit is contained in:
parent
62de11463d
commit
8e71469b52
1 changed files with 2 additions and 1 deletions
|
@ -80,10 +80,11 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f /etc/centos-release ] && [ ! -f /etc/fedora-release ] && [ ! -f /etc/olpc-release ]; then
|
if [ ! -f /etc/centos-release ] && [ ! -f /etc/fedora-release ] && [ ! -f /etc/olpc-release ]; then
|
||||||
# Align IIAB with Ansible community's latest
|
# Align IIAB with Ansible community's latest official release
|
||||||
echo "Using apt to check for updates, then install/upgrade ansible"
|
echo "Using apt to check for updates, then install/upgrade ansible"
|
||||||
apt update
|
apt update
|
||||||
apt -y install ansible
|
apt -y install ansible
|
||||||
|
|
||||||
# TEMPORARILY USE ANSIBLE 2.4.2 DUE TO 2.4.3 MEMORY BUG. DETAILS @ https://github.com/iiab/iiab/issues/669
|
# TEMPORARILY USE ANSIBLE 2.4.2 DUE TO 2.4.3 MEMORY BUG. DETAILS @ https://github.com/iiab/iiab/issues/669
|
||||||
#echo "Install http://download.iiab.io/packages/ansible_2.4.2.0-1ppa~xenial_all.deb"
|
#echo "Install http://download.iiab.io/packages/ansible_2.4.2.0-1ppa~xenial_all.deb"
|
||||||
#cd /tmp
|
#cd /tmp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue