From 2097abc4a8a8543ba7056c71f95d81d88d38d085 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 24 May 2021 21:04:21 -0400 Subject: [PATCH 1/2] Released: ansible-core 2.11.1, ansible-base 2.10.10, ansible 2.9.22 --- scripts/ansible | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index 98b882729..cdf432678 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -9,7 +9,7 @@ APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint CURR_VER=undefined # Ansible version you currently have installed -GOOD_VER=2.11.0 # Orig for 'yum install [rpm]' & XO laptops (pip install) +GOOD_VER=2.11.1 # Orig for 'yum install [rpm]' & XO laptops (pip install) # 2021-05-19 PR #2743: As a result of Ansible / Red Hat / IBM's extensive # delays in publishing the PPA (.deb installer files) for ansible-core, this @@ -59,13 +59,13 @@ fi #apt install python3-pymysql python3-psycopg2 python3-passlib python3-pip python3-setuptools python3-packaging python3-venv virtualenv #ansible-galaxy collection install -r collections.yml -# TEMPORARILY USE ansible-base 2.10.9 (REMOVE W/ "pip3 uninstall ansible-base") +# TEMPORARILY USE ansible-base 2.10.10 (REMOVE W/ "pip3 uninstall ansible-base") #apt install python3-pip -#pip3 install ansible-base==2.10.9 # Start new shell, so /usr/local/bin works +#pip3 install ansible-base==2.10.10 # Start new shell, so /usr/local/bin works -# TEMPORARILY USE ANSIBLE 2.9.21 (REMOVE IT WITH "pip uninstall ansible") +# TEMPORARILY USE ANSIBLE 2.9.22 (REMOVE IT WITH "pip uninstall ansible") #apt install python3-pip -#pip3 install ansible==2.9.21 +#pip3 install ansible==2.9.22 # 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" From dfd222ef93ff201f730c25df038cfd9d693bbd20 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 24 May 2021 21:07:02 -0400 Subject: [PATCH 2/2] scripts/ansible: pip -> pip3 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index cdf432678..6fefcdf65 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -63,7 +63,7 @@ fi #apt install python3-pip #pip3 install ansible-base==2.10.10 # Start new shell, so /usr/local/bin works -# TEMPORARILY USE ANSIBLE 2.9.22 (REMOVE IT WITH "pip uninstall ansible") +# TEMPORARILY USE ANSIBLE 2.9.22 (REMOVE IT WITH "pip3 uninstall ansible") #apt install python3-pip #pip3 install ansible==2.9.22