From 0769f31176d1ddde9c4acdd366b9ae57e64bf942 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 30 Nov 2018 15:06:57 -0500 Subject: [PATCH 1/4] Update ansible --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 78f6f57b5..d733f1a89 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.3" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.4" # 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 3ed7832899c57d4d40405bd03382bf9cf1a031a5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 30 Nov 2018 15:07:09 -0500 Subject: [PATCH 2/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 a3d6452ff..e4d9c9ab1 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.3" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.4" # 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 0a661ab6745b39a310172bfa3ed8326ebc8b6ee7 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 30 Nov 2018 15:07:19 -0500 Subject: [PATCH 3/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 3b55ac35e..0d2664bfb 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.3" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.4" # 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 5259bcc956330001a462e59192cc21c84a95cc50 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 30 Nov 2018 15:07:39 -0500 Subject: [PATCH 4/4] Update iiab-install --- iiab-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iiab-install b/iiab-install index c8da18096..057ecf79a 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.9 +MIN_ANSIBLE_VER=2.6.10 if [ ! -f /etc/iiab/local_vars.yml ]; then