add autofsck role to hi.yml

This commit is contained in:
Chris Hammer 2024-07-03 15:28:42 -04:00
parent e264059ccc
commit 91e943e354

View File

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