This commit is contained in:
AnsibleGuy 2023-01-21 17:43:41 +01:00
parent 4294f9dacf
commit d84c0845e8
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@
# install: ansible-galaxy install -r requirements.yml # install: ansible-galaxy install -r requirements.yml
collections: collections:
- name: 'community.general' - 'community.general'
- name: 'ansible.posix' - 'ansible.posix'
- name: 'community.mysql' - 'community.mysql'
- name: 'community.crypto' - 'community.crypto'
roles: roles:
- src: 'ansibleguy.infra_apache' - src: 'ansibleguy.infra_apache'