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