Browse Source

update restart vpn script

Blaine Story 11 months ago
parent
commit
4effebf875
1 changed files with 6 additions and 1 deletions
  1. 6 1
      plays/restart-vpn.yml

+ 6 - 1
plays/restart-vpn.yml

@@ -6,5 +6,10 @@
   tasks:
     - name: Restart VPN
       ansible.builtin.systemd_service:
-        name: openvpn@proton
+        name: openvpn@nord
+        state: restarted
+
+    - name: Restart unbound
+      ansible.builtin.systemd_service:
+        name: unbound
         state: restarted