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