fix wireguard-ui

This commit is contained in:
ace 2022-07-13 15:31:37 +03:00
parent b16e523b60
commit 4bb14575d6
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0

View File

@ -38,12 +38,12 @@
content: "{{ wireguard_ui_systemd_unit.stdout | regex_replace('^#.*', multiline=True) | trim }}"
- name: Create WireGuard UI systemd watcher unit
copy:
template:
dest: "/etc/systemd/system/{{ wireguard_ui_watcher_systemd_service_unit_name }}"
src: wireguard-ui-watcher.service.j2
- name: Create WireGuard UI systemd watcher path
copy:
template:
dest: "/etc/systemd/system/{{ wireguard_ui_watcher_systemd_path_unit_name }}"
src: wireguard-ui-watcher.path.j2