diff --git a/tasks/configure.yml b/tasks/configure.yml
index cf210cae9821830c6244ba954446ba49229d58bd..0fee7f036709bc75e829bb27fe8832f8db02bae2 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: