fix(wireguard_server): Correctly access nested Jinja2 variables
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
block:
|
||||
- name: Download and unarchive wstunnel package
|
||||
ansible.builtin.unarchive:
|
||||
src: "{{ vars['wstunnel-download-url'] }}"
|
||||
src: "{{ vars['wireguard-server']['wstunnel-download-url'] }}"
|
||||
dest: /tmp
|
||||
remote_src: yes
|
||||
creates: /tmp/wstunnel
|
||||
|
||||
Reference in New Issue
Block a user