fix deploy and bump to 0.4.0

This commit is contained in:
ace
2023-03-10 16:18:46 +03:00
parent 352428ce8c
commit fd0c675ce6
8 changed files with 33 additions and 27 deletions

View File

@ -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