From 434d9eeaeee67209b88e6e08ee9cb621e9ba6e0f Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 27 May 2021 12:18:27 -0400 Subject: [PATCH] scripts/ansible: Clarify that we no longer install Ansible from PPA --- scripts/ansible | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index 7a484e338..181d53211 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -21,8 +21,8 @@ GOOD_VER=2.11.1 # Orig for 'yum install [rpm]' & XO laptops (pip install) # PPA source in /etc/apt/sources.list.d/ and .gpg key etc) and much associated # guidance/comments below are NOT being commented out or deleted at this time. -# We install the latest 'ansible-core' from PPA, using an OS 'CODENAME' below: -# https://launchpad.net/~ansible/+archive/ubuntu/ansible +# 2021-02-25: Latest 'ansible-base' was being installed from PPA, using either +# OS 'CODENAME' below: https://launchpad.net/~ansible/+archive/ubuntu/ansible # 'lsb_release -sc' gives Mint 20 codename 'ulyana' etc: (TOO FINE-GRAINED) if grep -q buster /etc/os-release /etc/debian_version; then