9 lines
234 B
YAML
9 lines
234 B
YAML
---
|
|
- name: restart munin-node
|
|
service:
|
|
name: "{{ munin_node_service }}"
|
|
state: restarted
|
|
|
|
- name: munin-node configure
|
|
shell: munin-node-configure --shell --remove-also 2> /dev/null | /bin/sh
|
|
notify: restart munin-node
|