From bc18d35d97d3502f74d033b1789d4d82f0d7f5ac Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 7 Feb 2019 20:54:06 -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 cea89e174..d46604b75 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.12 +MIN_ANSIBLE_VER=2.6.13 if [ ! -f /etc/iiab/local_vars.yml ]; then From 45ca0d9ae3d6876470d973b7c2d87f9c37c21a39 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 7 Feb 2019 20:54:20 -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 cb168d495..0dbba7c42 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.6" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.7" # 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 3a64de682025ff654ba4b91416154aa31b05140c Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 7 Feb 2019 20:54:31 -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 cec917d78..d1dd4daaf 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.6" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.7" # 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 e3bfeea3d049f3e4561994c8c28e4c3569bb2054 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 7 Feb 2019 20:54:45 -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 9470e9ae1..840258d65 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.6" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.7" # 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