From f49d0aec5a6d7ae8610e7c134d13dec6954aa7b9 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 4 Apr 2019 14:06:47 -0400 Subject: [PATCH 1/4] MIN_ANSIBLE_VER 2.6.15 -> 2.6.16 --- iiab-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iiab-install b/iiab-install index 6042cd338..7d5f71c35 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.15 +MIN_ANSIBLE_VER=2.6.16 if [ ! -f /etc/iiab/local_vars.yml ]; then From e49adbcb24430a7cf38a2ff5b8fc9b31d8741793 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 4 Apr 2019 14:07:21 -0400 Subject: [PATCH 2/4] Ansible 2.7.9 -> 2.7.10 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 20969885c..847a26219 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.9" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.10" # 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 fcbeaea5a6f8f490b5b51c94e889912485323010 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 4 Apr 2019 14:07:42 -0400 Subject: [PATCH 3/4] Ansible 2.7.9 -> 2.7.10 --- 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 402c5abba..54a673b72 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.9" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.10" # 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 8e0d6a8ab3f6c65b29ab223a00eff7a214502687 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 4 Apr 2019 14:08:02 -0400 Subject: [PATCH 4/4] Ansible 2.7.9 -> 2.7.10 --- 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 5309c1d19..1045a8d9c 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.9" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.10" # 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