diff --git a/scripts/ansible b/scripts/ansible index c0eacea3b..67e978eb7 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -21,12 +21,15 @@ else CODENAME=focal # Debian 11+, RaspiOS 11+, Ubuntu 20.04+, Mint 20+ (ETC) fi -# 'ansible-base' RELEASE LINKS FOR REFERENCE: +# 'ansible-base' being renamed 'ansible-code' early in 2021. RELEASE LINK REFS: # http://ppa.launchpad.net/ansible/ansible/ubuntu/pool/main/a/ansible-base/ # https://launchpad.net/~ansible/+archive/ubuntu/ansible-2.10 # https://github.com/ansible/ansible/commits/stable-2.10/changelogs/CHANGELOG-v2.10.rst +# https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/roadmap/ROADMAP_2_11.rst +# https://www.ansible.com/blog/ansible-3.0.0-qa # https://github.com/ansible/ansible/releases # https://releases.ansible.com/ansible-base/ +# https://releases.ansible.com/ansible-core/ # FYI .travis.yml installs ansible-base in a slightly different way (PR #2689).