Parcourir la source

restart unbound with vpn

Blaine Story il y a 2 ans
Parent
commit
1fb6a1381d
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      plays/restart-vpn.yml

+ 5 - 0
plays/restart-vpn.yml

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