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:
parent
ec26bbfece
commit
434d9eeaee
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue