add autofsck role

This commit is contained in:
Chris Hammer 2024-07-03 15:18:59 -04:00
parent 78e4acf92a
commit e264059ccc
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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