diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-04-17 15:43:52 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-04-17 15:43:52 +0200 |
commit | d382447de73669987724807e9642add2f50e0c0b (patch) | |
tree | bacfb2b6a7ffe571a4653c272368194e1d456384 /roles/install_monitoring/handlers/munin.yml | |
parent | cb3abd557431cc04aef5de1b302bcde25cd81c81 (diff) |
renamed handler
Diffstat (limited to 'roles/install_monitoring/handlers/munin.yml')
-rw-r--r-- | roles/install_monitoring/handlers/munin.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/install_monitoring/handlers/munin.yml b/roles/install_monitoring/handlers/munin.yml deleted file mode 100644 index d0f2d58..0000000 --- a/roles/install_monitoring/handlers/munin.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -- name: restart munin-node - systemd: - name: munin-node.service - state: restarted |