mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
apt -y install ./ansible_2.4.2...
This commit is contained in:
parent
cc491feb9c
commit
8f682f463b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ if [ ! -f /etc/centos-release ] && [ ! -f /etc/fedora-release ] && [ ! -f /etc/o
|
|||
# TEMPORARILY USE ANSIBLE 2.4.2 DUE TO 2.4.3 MEMORY BUG. DETAILS @ https://github.com/iiab/iiab/issues/669
|
||||
cd /tmp
|
||||
wget http://download.iiab.io/packages/ansible_2.4.2.0-1ppa~xenial_all.deb
|
||||
apt install ./ansible_2.4.2.0-1ppa~xenial_all.deb
|
||||
apt -y install ./ansible_2.4.2.0-1ppa~xenial_all.deb
|
||||
# UNCOMMENT THE FOLLOWING 2 LINES IF ANSIBLE'S LATEST RELEASES IMPROVE
|
||||
#apt update
|
||||
#apt -y install ansible
|
||||
|
|
Loading…
Reference in a new issue