From 9c406cc9bd75ca2af456152347f338b93d4cd6e9 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Tue, 22 Aug 2017 06:30:04 +0200 Subject: [PATCH] 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" --- apache/handlers/main.yml | 4 ++-- apache/tasks/munin.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apache/handlers/main.yml b/apache/handlers/main.yml index 09fa8b02..96daa368 100644 --- a/apache/handlers/main.yml +++ b/apache/handlers/main.yml @@ -9,7 +9,7 @@ name: apache2 state: reloaded -- name: reload munin-node +- name: restart munin-node service: name: munin-node - state: reloaded + state: restarted diff --git a/apache/tasks/munin.yml b/apache/tasks/munin.yml index 42914d3e..85f0b386 100644 --- a/apache/tasks/munin.yml +++ b/apache/tasks/munin.yml @@ -17,7 +17,7 @@ - apache_accesses - apache_processes - apache_volume - notify: reload munin-node + notify: restart munin-node tags: - apache - munin