From f967a9ad2474f1df963ba2dcf4a03f02fec3a1a0 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 3 May 2021 21:07:14 -0400 Subject: [PATCH] scripts/ansible clarifs: /etc/ansible/hosts not needed, etc --- scripts/ansible | 1 + 1 file changed, 1 insertion(+) 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