From f6fafe6b2cd5f6032c04800e680be004f483baff Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 28 Nov 2020 10:11:33 -0500 Subject: [PATCH] scripts/ansible: Explain that we try to upgrade Ansible Collections (3 for now) --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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