mirror of
https://gitea.0xace.cc/ansible-galaxy/wireguard-ui.git
synced 2024-11-24 15:26:41 +00:00
fix wireguard-ui
This commit is contained in:
parent
b16e523b60
commit
4bb14575d6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user