mirror of
https://gitea.0xace.cc/ansible-galaxy/wireguard-ui.git
synced 2025-07-16 21:23:07 +00:00
fix deploy and bump to 0.4.0
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
- name: Merge volumes
|
||||
set_fact:
|
||||
wireguard_ui_combined_volumes: "{{ wireguard_ui_volumes | default([]) + [item.key +':'+ item.value] }}"
|
||||
wireguard_ui_volumes: "{{ wireguard_ui_volumes | default([]) + [item.key +':'+ item.value] }}"
|
||||
loop: "{{ wireguard_ui_default_volumes | dict2items }}"
|
||||
|
||||
- name: Merge ENV
|
||||
|
Reference in New Issue
Block a user