diff --git a/scripts/ansible b/scripts/ansible index 27c94f6ab..6ba6022d3 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -18,7 +18,7 @@ GOOD_VER=2.11.1 # Orig for 'yum install [rpm]' & XO laptops (pip install) # pip3 install ansible-core # # What the future holds for 2022+ is not yet clear. So the apt approach (with -# PPA source in /etc/apt/sources.list.d and .gpg key etc) and much associated +# 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: @@ -47,7 +47,7 @@ fi # https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/roadmap/ROADMAP_2_10.rst # https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/roadmap/ROADMAP_2_11.rst -# FYI .travis.yml installs ansible-core in a slightly different way (PRs #2689, #2742 or #2743 ?) +# FYI .travis.yml installs ansible-core in a slightly different way (PRs #2689 & #2743) # IIAB implementers might instead consider these 4 GENERAL TECHNIQUES below # ("in an emergency!") e.g. if apt fails & you need a newer/older Ansible: