homeserver/roles/mgrote.munin-node/tasks/main.yml
mg 7799f2a4fe munin 2.0: you can (not) rebuild (#202)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#202
Co-authored-by: mg <mg@noreply.git.mgrote.net>
Co-committed-by: mg <mg@noreply.git.mgrote.net>
2021-09-13 19:26:31 +02:00

10 lines
282 B
YAML

---
- name: include install-tasks
include_tasks: install.yml
- name: include plugin-tasks
include_tasks: additional.yml
when: munin_node_plugins is defined
- name: include remove-tasks
include_tasks: remove.yml
when: munin_node_disabled_plugins is defined