mirror of
https://gitea.0xace.cc/ansible-galaxy/wireguard-ui.git
synced 2025-06-29 03:03:07 +00:00
fix deploy and bump to 0.4.0
This commit is contained in:
@ -49,6 +49,6 @@
|
||||
|
||||
- name: Enable wg-quick systemd unit
|
||||
systemd:
|
||||
name: wg-quick@{{ wireguard_ui_env['WGUI_CONFIG_FILE_PATH'] | basename | split('.') | first }}
|
||||
name: wg-quick@{{ wireguard_ui_combined_env['WGUI_CONFIG_FILE_PATH'] | basename | split('.') | first }}
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
|
Reference in New Issue
Block a user