From de09e4cd13d511eb39a55807fffbd35a16b8817d Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 11 Nov 2021 19:00:55 -0500 Subject: [PATCH] scripts/ansible: Recommend ansible-core 2.12.0 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index c8b5c930f..1ef2e5b07 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.11.6 # Orig for 'yum install [rpm]' & XO laptops (pip install) +GOOD_VER=2.12.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