mg
fac0c68c5c
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#298 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
12 lines
269 B
YAML
12 lines
269 B
YAML
---
|
|
- name: include install tasks
|
|
include_tasks: install.yml
|
|
|
|
- name: include configuration tasks
|
|
include_tasks: config.yml
|
|
|
|
- name: include systemd tasks
|
|
include_tasks: services.yml
|
|
|
|
- name: include blocklist tasks
|
|
include_tasks: blocklist.yml
|