소스 검색

playing with the firewall config

aeth 9 달 전
부모
커밋
68139f6375
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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