From 1b8ce9325866e4bd4d5ab58fc45b146cbc73356b Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 29 Nov 2018 18:31:00 -0500 Subject: [PATCH 1/5] recommend ansible-2.7.3 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 32f6df05e..78f6f57b5 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.1" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.3" # 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 5a1965bc2ae9df95aea4bc422d9a5adc5f52bda4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 29 Nov 2018 18:31:13 -0500 Subject: [PATCH 2/5] recommend ansible-2.7.3 --- 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 c49c6d612..a3d6452ff 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.1" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.3" # 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 b938fc540e2bf1261e9c7debdaaac5dd24d6f1b4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 29 Nov 2018 18:31:34 -0500 Subject: [PATCH 3/5] 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 ed1cfbeda..3b55ac35e 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.1" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.3" # 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 b868dc7cc5f11b021e14cb3da543a2b7f318139b Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 29 Nov 2018 18:33:01 -0500 Subject: [PATCH 4/5] Update iiab-install --- iiab-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iiab-install b/iiab-install index 04c42b06a..c8da18096 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.7 +MIN_ANSIBLE_VER=2.6.9 if [ ! -f /etc/iiab/local_vars.yml ]; then From d9c0b61ff078edeef15e8003f169754782d6a4f8 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 29 Nov 2018 18:52:44 -0500 Subject: [PATCH 5/5] ansible-2.7.3 --- 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 570bb0b91..a3d6452ff 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.2" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.7.3" # 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