From 2fa9ab6096367af138bc774d0ce875e545ad8f8e Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 7 Mar 2021 11:54:17 -0500 Subject: [PATCH] scripts/ansible: ansible-base is being renamed to ansible-core (effective soon, in coming weeks) --- scripts/ansible | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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).