munin_node: Rename role

This commit is contained in:
Timo Makinen 2022-02-25 00:43:44 +00:00
parent 26c6aca8f7
commit c67990e462
8 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,9 @@
---
- 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