Fix "Unable to reload service munin-node: Failed to reload munin-node.service: Job type reload is not applicable for unit munin-node.service.\n"

This commit is contained in:
Gregory Colpart 2017-08-22 06:30:04 +02:00
parent 2d17c60f39
commit 9c406cc9bd
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
name: apache2
state: reloaded
- name: reload munin-node
- name: restart munin-node
service:
name: munin-node
state: reloaded
state: restarted

View File

@ -17,7 +17,7 @@
- apache_accesses
- apache_processes
- apache_volume
notify: reload munin-node
notify: restart munin-node
tags:
- apache
- munin