From 6ecad1da0538351bdfa78780b2e9e39cfb5a2956 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 15 Dec 2020 06:25:41 -0500 Subject: [PATCH] Mentions Ansible 2.9.16 as possible alternative --- scripts/ansible | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index 86eea0c4d..33d725383 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -15,8 +15,8 @@ GOOD_VER="2.10.4" # Orig for 'yum install [rpm]' & XO laptops (pip install) # IIAB implementers might instead consider these 2 GENERAL TECHNIQUES below # ("in an emergency!") e.g. if you must install an older version of Ansible: -# TEMPORARILY USE ANSIBLE 2.9.15 (REMOVE IT WITH "pip uninstall ansible") -#pip install ansible==2.9.15 +# TEMPORARILY USE ANSIBLE 2.9.16 (REMOVE IT WITH "pip uninstall ansible") +#pip install ansible==2.9.16 # TEMPORARILY USE ANSIBLE 2.4.2 DUE TO 2.4.3 MEMORY BUG. Details: iiab/iiab#669 #echo "Install http://download.iiab.io/packages/ansible_2.4.2.0-1ppa~xenial_all.deb"