From 759269c4890ab9b272b28cc83064c981f37cf2ec Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 7 Mar 2021 12:05:57 -0500 Subject: [PATCH] scripts/ansible: Mention #2659 with 'ansible-galaxy collection list' --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 67e978eb7..57bc906fe 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -125,7 +125,7 @@ echo -e "\n\nIIAB requires these ~4 Ansible Collections: (we upgrade them here i ansible-galaxy collection install --force-with-deps \ -r /opt/iiab/iiab/collections.yml \ -p /usr/share/ansible/collections -# 2021-02-24: Run 'ansible-galaxy collection list' to list those installed. +# 2021-02-24: 'ansible-galaxy collection list' lists those installed. (#2659) # 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 herein: