16 lines
238 B
YAML
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
|
|
|
|
...
|