This commit is contained in:
Chris Hammer 2024-07-03 15:43:04 -04:00
parent 22739f3c4b
commit 8f03d56f90
3 changed files with 1 additions and 14 deletions

View File

@ -7,10 +7,6 @@
tasks: tasks:
- name: Include the autofsck role
ansible.builtin.include_role:
name: autofsck
- name: Import say-hi playbook - name: Import say-hi playbook
ansible.builtin.include_role: ansible.builtin.include_role:
name: say_hi name: ../roles/say_hi

View File

@ -7,10 +7,6 @@
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,5 +0,0 @@
---
- name: autofsck
src: https://gitea.thezengarden.net/ansible_roles/autofsck.git
scm: git
version: main