mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-06 01:20:33 +00:00
Solved variable bug
This commit is contained in:
@@ -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 '' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user