diff --git a/scripts/ansible b/scripts/ansible index 7b4c0026c..8478a4aab 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -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