From b8a740b21911092e1b6d1ee2cb3d31286fed2b7a Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 8 Oct 2018 19:40:01 -0400 Subject: [PATCH 1/2] Update ansible --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index cdae077a2..389c122af 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -1,7 +1,7 @@ #!/bin/bash -e CURR_VER="undefined" # Ansible version you currently have installed -GOOD_VER="2.6.5" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.0" # 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 From 747591048fef464a7ccbce81df1d2e8d3684ac1f Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 8 Oct 2018 19:44:13 -0400 Subject: [PATCH 2/2] Update ansible-2.6.x --- scripts/ansible-2.6.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible-2.6.x b/scripts/ansible-2.6.x index b4396f14d..07113027b 100755 --- a/scripts/ansible-2.6.x +++ b/scripts/ansible-2.6.x @@ -1,7 +1,7 @@ #!/bin/bash -e CURR_VER="undefined" # Ansible version you currently have installed -GOOD_VER="2.6.5" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.0" # 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