configpolicy/roles/restic/templates/exclude.j2

4 lines
57 B
Django/Jinja

{% for path in restic_exclude %}
{{ path }}
{% endfor %}