From 49875747e3a9c752daa20217a96b9bd5412c4c5e Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 19 May 2021 13:08:23 -0400 Subject: [PATCH] IIAB's 4 Ansible Collections shrank from ~37MB to ~24MB --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 3bdf09f8c..b8e64e571 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -170,7 +170,7 @@ ansible-galaxy collection install --force-with-deps \ # 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: +# But going forward they'll be stored herein: (~24MB) # /usr/share/ansible/collections/ansible_collections # 2021-04-19: No longer needed, per PR #2743 testing