From 105bbdc0b9b02e453fba583dc1e8650662dec91f Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 28 Nov 2020 20:27:53 -0500 Subject: [PATCH] ansible-galaxy -r /opt/iiab/iiab/collections.yml --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 81facc937..d6a8ad263 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -95,7 +95,7 @@ $APT_PATH/apt -y --allow-downgrades install ansible-base \ # 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" -ansible-galaxy collection install --force-with-deps -r collections.yml -p /usr/share/ansible/collections +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: # /root/.ansible/collections/ansible_collections # But going forward they'll be stored here: