7 lines
155 B
Text
7 lines
155 B
Text
|
{% for config in rclone_configs %}
|
||
|
[{{ config.name }}]
|
||
|
{% for key, value in config.properties.items() %}
|
||
|
{{ key }} = {{ value }}
|
||
|
{% endfor %}
|
||
|
|
||
|
{% endfor %}
|