From 2c5aa95befd437f96e31e34348fcf01999f04d25 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 15 Mar 2021 22:44:01 -0400 Subject: [PATCH] ansible/scripts: clarify legacy options to install 2.9.19 & 2.10.7 --- scripts/ansible | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index b6dc4c112..234ee833b 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -36,13 +36,13 @@ fi # IIAB implementers might instead consider these 3 GENERAL TECHNIQUES below # ("in an emergency!") e.g. if you must install an older version of Ansible: -# TEMPORARILY USE ansible-base 2.10.6 (REMOVE W/ "pip3 uninstall ansible-base") -#pip3 install ansible-base==2.10.6 # Start new shell, so /usr/local/bin works +# TEMPORARILY USE ansible-base 2.10.7 (REMOVE W/ "pip3 uninstall ansible-base") +#pip3 install ansible-base==2.10.7 # Start new shell, so /usr/local/bin works #ansible-galaxy collection install -r collections.yml -# TEMPORARILY USE ANSIBLE 2.9.18 (REMOVE IT WITH "pip uninstall ansible") +# TEMPORARILY USE ANSIBLE 2.9.19 (REMOVE IT WITH "pip uninstall ansible") #apt install python-pip -#pip install ansible==2.9.18 +#pip install ansible==2.9.19 # 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"