diff --git a/scripts/ansible b/scripts/ansible index eba008135..e4e8a368f 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -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