Solved variable bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-05-19 08:45:25 +02:00
parent c1b94778b4
commit 35446b6d94
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -1,4 +1,4 @@
source_directory: "{{ playbook_dir }}/assets" # Directory from which the assets will be copied source_directory: "{{ playbook_dir }}/assets" # Directory from which the assets will be copied
url: >- url: >-
{{ (web_protocol ~ '://' ~ domains.file_server | safe_var ~ '/assets') {{ (web_protocol ~ '://' ~ domains.file_server | safe_var ~ '/assets')
if applications.assets_server.url | safe_var else '' }} if domains.file_server | safe_var else '' }}