Selaa lähdekoodia

restart unbound with vpn

Blaine Story 2 vuotta sitten
vanhempi
sitoutus
1fb6a1381d
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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