Explictly start unbound after reconfigure

Change-Id: Icf2533ad2b3f099ff3fee6bce1b645e265c0b80a
diff --git a/roles/dns-unbound/tasks/main.yml b/roles/dns-unbound/tasks/main.yml
index e33a167..d2fe1a6 100644
--- a/roles/dns-unbound/tasks/main.yml
+++ b/roles/dns-unbound/tasks/main.yml
@@ -33,7 +33,8 @@
     group: "{{ unbound_group }}"
     # validate='unbound-checkconf %s' - can't use, checks path, not just config.
   notify:
-   - restart-unbound
+   - start-unbound
+   - reload-unbound
 
 - name: flush unbound handlers
   meta: flush_handlers