From b4ba2f6a76a0d081f9a0c04f148bcf9b7b689bb1 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 21 Jun 2022 18:05:47 -0400 Subject: [PATCH] scripts/ansible: Recommend ansible-core 2.13.1 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 7d8d16617..ea3ae3891 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.0] -GOOD_VER=2.13.0 # Orig for 'yum install [rpm]' & XO laptops (pip install) +GOOD_VER=2.13.1 # 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