From 8575bb6e77a9309b6a362e053b2f16a9e1c71db8 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 17 Jan 2019 15:57:47 -0500 Subject: [PATCH] Update ansible-2.7.x --- scripts/ansible-2.7.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible-2.7.x b/scripts/ansible-2.7.x index 7d1dcef27..9470e9ae1 100755 --- a/scripts/ansible-2.7.x +++ b/scripts/ansible-2.7.x @@ -1,7 +1,7 @@ #!/bin/bash -e CURR_VER="undefined" # Ansible version you currently have installed -GOOD_VER="2.7.5" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.6" # 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