Explorar el Código

playing with the firewall config

aeth hace 11 meses
padre
commit
68139f6375
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tasks/tasks_enable_service_units/vpn/enable_service_units.yml

+ 1 - 1
tasks/tasks_enable_service_units/vpn/enable_service_units.yml

@@ -2,5 +2,5 @@
 - name: "00: Start the Wireguard service at boot"
   ansible.builtin.systemd_service:
     state: "started"
-    name: "wg-quick@wg0"
+    name: "wg-quick@wg0.service"
     enabled: True