mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
Experiment: do not create directory /etc/ansible & /etc/ansible/hosts
This commit is contained in:
parent
f7ee26ddfd
commit
436e30726a
1 changed files with 3 additions and 3 deletions
|
@ -149,8 +149,8 @@ ansible-galaxy collection install --force-with-deps \
|
|||
# But going forward they'll be stored herein:
|
||||
# /usr/share/ansible/collections/ansible_collections
|
||||
|
||||
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
|
||||
#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
|
||||
|
||||
echo -e "SUCCESS: VERIFY ANSIBLE WITH 'ansible --version' & 'apt -a list ansible-core'\n\n"
|
||||
|
|
Loading…
Reference in a new issue