From 06225ab681071f1199c9bbe81730deddc0fdfc43 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 3 May 2021 20:37:46 -0400 Subject: [PATCH] scripts/ansible: recommend ansible-base 2.10.9 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 97bf4923f..53d000f7a 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -9,7 +9,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.10.8 # Orig for 'yum install [rpm]' & XO laptops (pip install) +GOOD_VER=2.10.9 # Orig for 'yum install [rpm]' & XO laptops (pip install) # We install the latest 'ansible-base' from PPA, using an OS 'CODENAME' below: # https://launchpad.net/~ansible/+archive/ubuntu/ansible