mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
# TEMPORARILY USE ANSIBLE 2.4.2 DUE TO 2.4.3 MEMORY BUG. DETAILS @ https://github.com/iiab/iiab/issues/669
|
||||||
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 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
|
# UNCOMMENT THE FOLLOWING 2 LINES IF ANSIBLE'S LATEST RELEASES IMPROVE
|
||||||
#apt update
|
#apt update
|
||||||
#apt -y install ansible
|
#apt -y install ansible
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue