diff --git a/roles/gitea/defaults/main.yml b/roles/gitea/defaults/main.yml index 0301a6e52..d335b14e8 100644 --- a/roles/gitea/defaults/main.yml +++ b/roles/gitea/defaults/main.yml @@ -9,7 +9,7 @@ # Info needed to install Gitea: -gitea_version: 1.13.3 +gitea_version: 1.13.4 iset_suffixes: i386: 386 x86_64: amd64 diff --git a/scripts/ansible b/scripts/ansible index c0eacea3b..57bc906fe 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). @@ -122,7 +125,7 @@ echo -e "\n\nIIAB requires these ~4 Ansible Collections: (we upgrade them here i ansible-galaxy collection install --force-with-deps \ -r /opt/iiab/iiab/collections.yml \ -p /usr/share/ansible/collections -# 2021-02-24: Run 'ansible-galaxy collection list' to list those installed. +# 2021-02-24: 'ansible-galaxy collection list' lists those installed. (#2659) # 2020-11-28: The ~3 Ansible Collections used by IIAB (~37MB) once lived here: # /root/.ansible/collections/ansible_collections # But going forward they'll be stored herein: