From 4b6a3a02e5ff4938e4010239f4a402905b00b7b5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 16 May 2022 13:16:04 -0400 Subject: [PATCH 1/2] Recommend ansible-core 2.13.0 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index cb5ec6a5f..e02e59b7d 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -8,7 +8,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.12.5 # Orig for 'yum install [rpm]' & XO laptops (pip install) +GOOD_VER=2.13.0 # Orig for 'yum install [rpm]' & XO laptops (pip install) # 2021-06-22: The apt approach (with PPA source in /etc/apt/sources.list.d/ and # .gpg key etc) are commented out with ### below. Associated guidance/comments From e70d408488ddeb251114547666adac0d03391ab7 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 16 May 2022 13:30:57 -0400 Subject: [PATCH 2/2] Clarify CURR_VER (Ansible version you have installed) e.g. [core 2.13.0] --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index e02e59b7d..564a262dd 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -7,7 +7,7 @@ # https://github.com/iiab/iiab/wiki/Technical-Contributors-Guide#understanding-ansible APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint -CURR_VER=undefined # Ansible version you currently have installed +CURR_VER=undefined # Ansible version you have installed, e.g. [core 2.13.0] GOOD_VER=2.13.0 # Orig for 'yum install [rpm]' & XO laptops (pip install) # 2021-06-22: The apt approach (with PPA source in /etc/apt/sources.list.d/ and