From 955d5ba214eee479fc7c3e9dcff06de6642eb09a Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 16 Apr 2020 23:50:01 -0400 Subject: [PATCH 1/4] Recommend Ansible 2.9.7 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 2e7875ea5..985d1d636 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.9.6" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.9.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 e47e43e0174238f6b99e5c88d1a7ead2fc50f36b Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 16 Apr 2020 23:50:23 -0400 Subject: [PATCH 2/4] Recommend Ansible 2.9.7 --- scripts/ansible-2.9.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible-2.9.x b/scripts/ansible-2.9.x index 81bfce59a..1f071bb9e 100755 --- a/scripts/ansible-2.9.x +++ b/scripts/ansible-2.9.x @@ -1,7 +1,7 @@ #!/bin/bash -e CURR_VER="undefined" # Ansible version you currently have installed -GOOD_VER="2.9.6" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.9.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 8d666a5fb401ef448becc7372b00552a7ae92c62 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 16 Apr 2020 23:50:50 -0400 Subject: [PATCH 3/4] Recommend Ansible 2.8.11 --- scripts/ansible-2.8.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible-2.8.x b/scripts/ansible-2.8.x index 4d57bd1d1..304ee6f85 100755 --- a/scripts/ansible-2.8.x +++ b/scripts/ansible-2.8.x @@ -1,7 +1,7 @@ #!/bin/bash -e CURR_VER="undefined" # Ansible version you currently have installed -GOOD_VER="2.8.10" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.8.11" # 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 db67c122c3bb9b54e24ae2287ecc7fb9967a5510 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 16 Apr 2020 23:53:19 -0400 Subject: [PATCH 4/4] Mandate Ansible 2.8.11+ --- iiab-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iiab-install b/iiab-install index e2ef4a173..8a4a18560 100755 --- a/iiab-install +++ b/iiab-install @@ -11,7 +11,7 @@ CWD=`pwd` OS=`grep ^ID= /etc/*release|cut -d= -f2` OS=${OS//\"/} MIN_RPI_KERN=4.19.97 # If using Raspbian, 'rpi-update' should no longer be nec -- please use Raspbian 2020-02-13 or higher: https://github.com/iiab/iiab/issues/1993 -MIN_ANSIBLE_VER=2.8.10 # Ansible 2.8.3 and 2.8.6 have serious bugs, preventing their use with IIAB. +MIN_ANSIBLE_VER=2.8.11 # Ansible 2.8.3 and 2.8.6 have serious bugs, preventing their use with IIAB. if [ ! -f /etc/iiab/local_vars.yml ]; then