add autofsck role
This commit is contained in:
parent
78e4acf92a
commit
e264059ccc
@ -7,6 +7,10 @@
|
|||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Include the autofsck role
|
||||||
|
ansible.builtin.include_role:
|
||||||
|
name: autofsck
|
||||||
|
|
||||||
- name: Include the backup role
|
- name: Include the backup role
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: rear_backup
|
name: rear_backup
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
roles:
|
||||||
|
- name: autofsck
|
||||||
|
src: https://gitea.thezengarden.net/ansible_roles/autofsck.git
|
||||||
|
scm: git
|
||||||
|
version: main
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: community.general
|
||||||
version: 8.4.0
|
version: 8.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user