1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

scripts/ansible: Clarify that we no longer install Ansible from PPA

This commit is contained in:
A Holt 2021-05-27 12:18:27 -04:00 committed by GitHub
parent ec26bbfece
commit 434d9eeaee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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