From 5314234167def1093b592fa0a1cafe222742e724 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 28 Nov 2020 20:55:20 -0500 Subject: [PATCH] scripts/ansible: Mention PRs #2647 #2652 #2653 #2655 --- scripts/ansible | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index d6a8ad263..64fb9cc0f 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -93,12 +93,12 @@ $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 PR #2652 (links) & PR #2653 -echo -e "\n\nIIAB requires these 3 Ansible Collections: (we upgrade them here if possible!)\n" +# upgrading all collections cleanly in future. See PRs #2647 #2652 #2653 #2655 +echo -e "\n\nIIAB requires these ~3 Ansible Collections: (we upgrade them here if possible!)\n" ansible-galaxy collection install --force-with-deps -r /opt/iiab/iiab/collections.yml -p /usr/share/ansible/collections -# 2020-11-28: The ~3 Ansible Collections (~37MB) used by IIAB used to be here: +# 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 here: +# But going forward they'll be stored herein: # /usr/share/ansible/collections/ansible_collections echo -e "\n\nCreating/verifying directory /etc/ansible & installing /etc/ansible/hosts\n"