From 100db44d5abe8411c4acf3e0e41c01f75025de05 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 1 Mar 2022 09:29:49 -0500 Subject: [PATCH] scripts/ansible: Recommend ansible-core 2.12.3 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 6f33f449e..9b9ae68a0 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.2 # Orig for 'yum install [rpm]' & XO laptops (pip install) +GOOD_VER=2.12.3 # 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