mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
#ansible-galaxy collection install ansible.posix
This commit is contained in:
parent
7d06aafcce
commit
15dffe7ac5
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ $APT_PATH/apt -y --allow-downgrades install ansible-base \
|
|||
echo -e "\n\nIIAB requires these 2 Ansible Collections: (w/ ansible-base 2.10.0 or higher)\n"
|
||||
ansible-galaxy collection install community.general # Re-running these
|
||||
ansible-galaxy collection install community.mysql # appears to be safe!?
|
||||
#ansible-galaxy collection install ansible.posix # 2020-11-27: See roles/1-prep/tasks/main.yml & PR #2647
|
||||
|
||||
echo -e "\n\nCreating/verifying directory /etc/ansible & installing /etc/ansible/hosts\n"
|
||||
mkdir -p /etc/ansible
|
||||
|
|
Loading…
Reference in a new issue