diff --git a/playbooks/rear_backup.yml b/playbooks/rear_backup.yml index 9080501..212cccf 100644 --- a/playbooks/rear_backup.yml +++ b/playbooks/rear_backup.yml @@ -7,6 +7,10 @@ tasks: + - name: Include the autofsck role + ansible.builtin.include_role: + name: autofsck + - name: Include the backup role ansible.builtin.include_role: name: rear_backup diff --git a/requirements.yml b/requirements.yml index adc7d8c..424e782 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,4 +1,10 @@ --- +roles: + - name: autofsck + src: https://gitea.thezengarden.net/ansible_roles/autofsck.git + scm: git + version: main + collections: - name: community.general version: 8.4.0