From 8188ceb6d1f05376e29e67f87b11926958ba8f66 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 6 Mar 2020 01:12:34 -0500 Subject: [PATCH 1/4] Recommend Ansible 2.9.6 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 7b3c1123b..83d9338e5 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.4" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.9.6" # 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 26cd9383e81cf23ebb379fb35bc5983838983a70 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 6 Mar 2020 01:12:56 -0500 Subject: [PATCH 2/4] Update ansible-2.9.x --- 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 3ee947586..cc36834a7 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.4" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.9.6" # 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 aecf8552a9790c8cc496ea442d108e32edc9fe9c Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 6 Mar 2020 01:14:25 -0500 Subject: [PATCH 3/4] Recommend Ansible 2.8.10 --- 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 83e5c1e07..3f0d94ad7 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.8" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.8.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 5cf2f14571b0c8adee3cbff736b9363897599a09 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 6 Mar 2020 01:32:54 -0500 Subject: [PATCH 4/4] Mandate (1) kernel 4.19.79+ on Raspbian (2) Ansible 2.8.10+ for all --- iiab-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iiab-install b/iiab-install index 1137c9319..e2ef4a173 100755 --- a/iiab-install +++ b/iiab-install @@ -10,8 +10,8 @@ ARGS="" CWD=`pwd` OS=`grep ^ID= /etc/*release|cut -d= -f2` OS=${OS//\"/} -MIN_RPI_KERN=4.19.79 # Can be further updated if necessary, when Raspbian's Oct 2019 kernels are more officially fixed such that running 'rpi-update' will no longer be nec soon, see: https://github.com/iiab/iiab/issues/1993 -MIN_ANSIBLE_VER=2.8.8 # Ansible 2.8.3 and 2.8.6 have serious bugs, preventing their use with IIAB. +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. if [ ! -f /etc/iiab/local_vars.yml ]; then