From ca73d07705b37eed9271103ecde94d957eb348e4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 12 Sep 2022 16:09:25 -0400 Subject: [PATCH] Recommend ansible-core 2.13.4 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index a8dfadfae..58513b6b5 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 have installed, e.g. [core 2.13.3] -GOOD_VER=2.13.3 # Orig for 'yum install [rpm]' & XO laptops (pip install) +GOOD_VER=2.13.4 # 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