From 8ae4f020e988c4eb3f55dd0105af957c13365d4b Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 22 May 2023 17:47:29 -0400 Subject: [PATCH] Refine PR #3590 to document ansible-core 2.14.6 recommendation --- scripts/ansible | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index 838fdb538..3ae46a4c9 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -7,8 +7,8 @@ # https://github.com/iiab/iiab/wiki/Technical-Contributors-Guide#female_detective-understanding-ansible APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint -CURR_VER=undefined # Ansible version you have installed, e.g. [core 2.15.0] -GOOD_VER=2.15.0 # Orig for 'yum install [rpm]' & XO laptops (pip install) +CURR_VER=undefined # Ansible version you have installed, e.g. [core 2.14.6] +GOOD_VER=2.14.6 # 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