roles/munin: Use systemd module instead of service
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user