From 350cf87eb66e98e5c2bb7508c6f51e68e65936f0 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Thu, 13 Apr 2017 17:11:19 +0200 Subject: [PATCH] Add munin-node handler --- bind/handlers/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bind/handlers/main.yml b/bind/handlers/main.yml index d88da3e4..4bc9719f 100644 --- a/bind/handlers/main.yml +++ b/bind/handlers/main.yml @@ -3,3 +3,10 @@ service: name: bind9 state: restarted + +- name: restart munin-node + service: + name: munin-node + state: restarted + +