From e09deecec87a192ae202ff66d3396285bc3fdbe9 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 5 Apr 2018 04:48:56 -0400 Subject: [PATCH] Update ansible-2.4.x --- scripts/ansible-2.4.x | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/ansible-2.4.x b/scripts/ansible-2.4.x index 791214027..f75b6e097 100755 --- a/scripts/ansible-2.4.x +++ b/scripts/ansible-2.4.x @@ -90,7 +90,10 @@ if [ ! -f /etc/centos-release ] && [ ! -f /etc/fedora-release ] && [ ! -f /etc/o echo "Using apt to check for updates, then install/upgrade ansible" apt update apt -y install ansible=2.4* - + + # TEMPORARILY USE ANSIBLE 2.4.4 (REMOVE IT WITH "pip uninstall ansible") + #pip install ansible==2.4.4 + # 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