ansible-collection-rear/requirements.yml
2024-07-03 15:18:59 -04:00

16 lines
238 B
YAML

---
roles:
- name: autofsck
src: https://gitea.thezengarden.net/ansible_roles/autofsck.git
scm: git
version: main
collections:
- name: community.general
version: 8.4.0
- name: ansible.posix
version: 1.5.4
...