munin_node: Rename role
This commit is contained in:
parent
26c6aca8f7
commit
c67990e462
8 changed files with 2 additions and 2 deletions
9
roles/munin_node/handlers/main.yml
Normal file
9
roles/munin_node/handlers/main.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue