homeserver/roles/mgrote_cv4pve_autosnap/tasks/main.yml
Michael Grote 1763fdf1b6 update cv4pve autosnap role ()
Reviewed-on: 
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-04-14 21:40:43 +02:00

10 lines
229 B
YAML

---
- name: include user tasks
ansible.builtin.include_tasks: user.yml
- name: include install tasks
ansible.builtin.include_tasks: install.yml
- name: include systemd tasks
ansible.builtin.include_tasks: systemd.yml
...