Michael Grote
1763fdf1b6
Reviewed-on: #20 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
10 lines
229 B
YAML
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
|
|
...
|