From 1e05ba33e7b51a4c67dc7deb2872a6efa9813f88 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 5 Dec 2019 09:39:59 -0500 Subject: [PATCH] Recommend Ansible 2.9.1 -> 2.9.2 --- scripts/ansible-2.9.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible-2.9.x b/scripts/ansible-2.9.x index ab46887e6..2ed4b4506 100755 --- a/scripts/ansible-2.9.x +++ b/scripts/ansible-2.9.x @@ -1,7 +1,7 @@ #!/bin/bash -e CURR_VER="undefined" # Ansible version you currently have installed -GOOD_VER="2.9.1" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.9.2" # For XO laptops (pip install) & CentOS (yum install rpm) # On other OS's we attempt the latest from PPA, which might be more recent export DEBIAN_FRONTEND=noninteractive