From 3b50c46957a5d5b02715f307bfd614b4a1bae94c Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 3 May 2021 20:36:49 -0400 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aeed81a09..32d7e69e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ addons: - sourceline: ppa:ansible/ansible packages: # - python-pip # @arky had used this starting in 2018 - - ansible-base # Install latest ansible-base e.g. 2.10.7+, similar to https://github.com/iiab/iiab/blob/master/scripts/ansible + - ansible-base # Install latest ansible-base e.g. 2.10.9+, similar to https://github.com/iiab/iiab/blob/master/scripts/ansible # - python3-pymysql # These 7-or-8 packages are not needed during this very rapid --syntax-check # - python3-psycopg2 # - python3-passlib From 06225ab681071f1199c9bbe81730deddc0fdfc43 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 3 May 2021 20:37:46 -0400 Subject: [PATCH 2/2] scripts/ansible: recommend ansible-base 2.10.9 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 97bf4923f..53d000f7a 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -9,7 +9,7 @@ APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint CURR_VER=undefined # Ansible version you currently have installed -GOOD_VER=2.10.8 # Orig for 'yum install [rpm]' & XO laptops (pip install) +GOOD_VER=2.10.9 # Orig for 'yum install [rpm]' & XO laptops (pip install) # We install the latest 'ansible-base' from PPA, using an OS 'CODENAME' below: # https://launchpad.net/~ansible/+archive/ubuntu/ansible