From 33a1212f4e8841fec82ab162698e3c0b6b9e62c2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 4 May 2021 04:18:47 -0400 Subject: [PATCH] scripts/ansible: Mention Ansible 2.9.21 --- scripts/ansible | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index d57b704f6..21ece1549 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -45,9 +45,9 @@ fi # TEMPORARILY USE ansible-base 2.10.9 (REMOVE W/ "pip3 uninstall ansible-base") #pip3 install ansible-base==2.10.9 # Start new shell, so /usr/local/bin works -# TEMPORARILY USE ANSIBLE 2.9.20 (REMOVE IT WITH "pip uninstall ansible") +# TEMPORARILY USE ANSIBLE 2.9.21 (REMOVE IT WITH "pip uninstall ansible") #apt install python-pip -#pip install ansible==2.9.20 +#pip install ansible==2.9.21 # 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"