1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

scripts/ansible: Explain that we try to upgrade Ansible Collections (3 for now)

This commit is contained in:
A Holt 2020-11-28 10:11:33 -05:00 committed by GitHub
parent 97c3229056
commit f6fafe6b2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ $APT_PATH/apt -y --allow-downgrades install ansible-base \
# (Re)running collection installs appears safe, with --force-with-deps to force
# upgrade of collection and dependencies it pulls in. Note Ansible may support
# upgrading all collections cleanly in future. See links off PR iiab/iiab#2652
echo -e "\n\nIIAB requires these 3 Ansible Collections: (with ansible-base 2.10.3+)\n"
echo -e "\n\nIIAB requires these 3 Ansible Collections: (we try to upgrade them if nec!)\n"
ansible-galaxy collection install --force-with-deps community.general
ansible-galaxy collection install --force-with-deps community.mysql
ansible-galaxy collection install --force-with-deps ansible.posix # For 3 below