From 243fe86c220fe9ece29bf4100aa6370e10d35007 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 28 Nov 2020 10:14:08 -0500 Subject: [PATCH] scripts/ansible: Clarify upgrading of (3) Ansible Collections --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index e4e8a368f..c454041ef 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: (we try to upgrade them if nec!)\n" +echo -e "\n\nIIAB requires these 3 Ansible Collections: (we upgrade them here if possible!)\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