@@ -31,3 +31,8 @@
systemd:
name: wg-quick@{{ wg_interface }}
state: restarted
+
+ - name: Restart unbound
+ systemd:
+ name: unbound
+ state: restarted