dataset/seed/tls/templates/configuration.yml

4 lines
101 B
YAML
Raw Normal View History

2023-06-23 08:12:05 +02:00
{% for key, value in extra_variables['configuration'].items() %}
{{ key }}: {{ value }}
{% endfor %}