mg
063d577610
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#295 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
11 lines
339 B
YAML
11 lines
339 B
YAML
---
|
|
- name: include install-tasks
|
|
include_tasks: install.yml
|
|
- name: include user tasks
|
|
include_tasks: user.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
|