roles/munin: Use systemd module instead of service

This commit is contained in:
Alan Orth 2017-11-03 12:09:31 +02:00
parent 0d694d44c8
commit 2d6819986f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
---
# file: roles/munin/handlers/main.yml
- name: restart munin-node
service: name=munin-node state=restarted
systemd: name=munin-node state=restarted