mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #672 from holta/ansible-2.4.3-to-2.4.2
comments clarified: Ansible 2.4.2 override for now
This commit is contained in:
commit
b7891e2931
1 changed files with 3 additions and 2 deletions
|
@ -80,12 +80,13 @@ 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
|
||||||
echo "Using apt to check for updates, then install/upgrade 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"
|
||||||
cd /tmp
|
cd /tmp
|
||||||
wget http://download.iiab.io/packages/ansible_2.4.2.0-1ppa~xenial_all.deb
|
wget http://download.iiab.io/packages/ansible_2.4.2.0-1ppa~xenial_all.deb
|
||||||
apt -y --allow-downgrades install ./ansible_2.4.2.0-1ppa~xenial_all.deb
|
apt -y --allow-downgrades install ./ansible_2.4.2.0-1ppa~xenial_all.deb
|
||||||
# UNCOMMENT THE FOLLOWING 2 LINES IF ANSIBLE'S LATEST RELEASES IMPROVE
|
# UNCOMMENT THE FOLLOWING 3 LINES IF ANSIBLE'S LATEST RELEASES IMPROVE
|
||||||
|
#echo "Using apt to check for updates, then install/upgrade ansible"
|
||||||
#apt update
|
#apt update
|
||||||
#apt -y install ansible
|
#apt -y install ansible
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue