From e8613a408291abed383358a5a4321c4ddbdc919b Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 20 Jul 2021 09:34:50 -0400 Subject: [PATCH] Mention contingency options: ansible-base 2.10.12, ansible 2.9.24 --- scripts/ansible | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index 5cd393908..b274ae607 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -59,13 +59,13 @@ GOOD_VER=2.11.3 # Orig for 'yum install [rpm]' & XO laptops (pip install) #pip3 install --upgrade ansible-core # Then start a new shell, so /usr/local/bin works #ansible-galaxy collection install -r collections.yml -# TEMPORARILY USE ansible-base 2.10.11 (REMOVE W/ "pip3 uninstall ansible-base") +# TEMPORARILY USE ansible-base 2.10.12 (REMOVE W/ "pip3 uninstall ansible-base") #apt install python3-pip -#pip3 install ansible-base==2.10.11 # Start new shell, so /usr/local/bin works +#pip3 install ansible-base==2.10.12 # Start new shell, so /usr/local/bin works -# TEMPORARILY USE ANSIBLE 2.9.23 (REMOVE IT WITH "pip3 uninstall ansible") +# TEMPORARILY USE ANSIBLE 2.9.24 (REMOVE IT WITH "pip3 uninstall ansible") #apt install python3-pip -#pip3 install ansible==2.9.23 +#pip3 install ansible==2.9.24 # 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"