roles/munin: Use systemd module instead of service
This commit is contained in:
parent
0d694d44c8
commit
2d6819986f
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
# file: roles/munin/handlers/main.yml
|
# file: roles/munin/handlers/main.yml
|
||||||
- name: restart munin-node
|
- name: restart munin-node
|
||||||
service: name=munin-node state=restarted
|
systemd: name=munin-node state=restarted
|
||||||
|
Loading…
Reference in New Issue
Block a user