restart nsd when config file changes, but reloads on zonefile changes
diff --git a/roles/dns-nsd/tasks/main.yml b/roles/dns-nsd/tasks/main.yml
index 0eda801..0df2533 100644
--- a/roles/dns-nsd/tasks/main.yml
+++ b/roles/dns-nsd/tasks/main.yml
@@ -20,7 +20,7 @@
     dest={{ nsd_conf }}
     mode=0644 owner=root group={{ nsd_group }}
   notify:
-    - reload-nsd
+    - restart-nsd
 
 - name: create forward zonefiles from template
   template: