From 81910779180a5be395237377f1934cb60904da43 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 17 Jan 2019 15:57:00 -0500 Subject: [PATCH 1/4] Update iiab-install --- iiab-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iiab-install b/iiab-install index d5b69f149..cea89e174 100755 --- a/iiab-install +++ b/iiab-install @@ -10,7 +10,7 @@ CWD=`pwd` OS=`grep ^ID= /etc/*release|cut -d= -f2` OS=${OS//\"/} MIN_RPI_KERN=4.9.59-v7+ -MIN_ANSIBLE_VER=2.6.11 +MIN_ANSIBLE_VER=2.6.12 if [ ! -f /etc/iiab/local_vars.yml ]; then From a0a76f6f3487a6c9b749afe99f37892acd58d99b Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 17 Jan 2019 15:57:22 -0500 Subject: [PATCH 2/4] Update ansible --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index fa8124d77..cb168d495 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.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 From e0cd8cb1a0dd0cd184e436872c570981d3dee027 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 17 Jan 2019 15:57:33 -0500 Subject: [PATCH 3/4] 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 72f7d4b0a..cec917d78 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.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 From 8575bb6e77a9309b6a362e053b2f16a9e1c71db8 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 17 Jan 2019 15:57:47 -0500 Subject: [PATCH 4/4] 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