mg
7799f2a4fe
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>
9 lines
282 B
YAML
9 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
|