mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-18 18:50:32 +02:00
5 lines
265 B
YAML
5 lines
265 B
YAML
source_directory: "{{ playbook_dir }}/assets" # Directory from which the assets will be copied
|
|
url: >-
|
|
{{ (web_protocol ~ '://' ~ domains.file_server | safe_var ~ '/assets')
|
|
if applications.assets_server.url | safe_var else '' }}
|