From dc48fa0c6b2df6e44486de5523eec267e763be67 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 19 May 2021 15:24:45 -0400 Subject: [PATCH] scripts/ansible: Clarity ~24MB Collections --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index b8e64e571..98b882729 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: (~24MB) +# But going forward they'll be stored herein: [~24MB for 4 Collections as of 2021-05-19] # /usr/share/ansible/collections/ansible_collections # 2021-04-19: No longer needed, per PR #2743 testing