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
collections:
- name: 'community.general'
- name: 'ansible.posix'
- name: 'community.mysql'
- name: 'community.crypto'
- 'community.general'
- 'ansible.posix'
- 'community.mysql'
- 'community.crypto'
roles:
- src: 'ansibleguy.infra_apache'