diff --git a/scripts/ansible b/scripts/ansible index 4ccb132f4..545a14d59 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -163,6 +163,7 @@ ansible-galaxy collection install --force-with-deps \ # But going forward they'll be stored herein: # /usr/share/ansible/collections/ansible_collections +# 2021-04-19: No longer needed, per PR #2743 testing #echo -e "\n\nCreating/verifying directory /etc/ansible & installing /etc/ansible/hosts\n" #mkdir -p /etc/ansible # LIKELY REDUNDANT, due to above installation of Ansible #echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts # LIKELY REDUNDANT, due to https://github.com/iiab/iiab/blob/master/ansible_hosts