Ver Fonte

restart unbound with vpn

Blaine Story há 2 anos atrás
pai
commit
1fb6a1381d
1 ficheiros alterados com 5 adições e 0 exclusões
  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