From a5271fd9586fea84f377db359d3398e431559a88 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Sun, 1 Apr 2018 09:56:31 +0200 Subject: [PATCH] Restart netdata when health config changed --- tasks/configure.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index cf210ca..0fee7f0 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -59,6 +59,8 @@ state: absent regexp: 'no-clear-notification' with_items: '{{ health_list.stdout_lines }}' + notify: + - "Restart NetData" - name: "Patch Startup Script" lineinfile: -- GitLab