yaml format fix

This commit is contained in:
Alik Kurdyukov 2025-07-22 18:06:11 +04:00
parent 86598f63d2
commit d3fadbaffe

View File

@ -18,10 +18,10 @@ one_file_system: {{ borg_one_file_system }}
repositories: repositories:
{% if borg_repository is iterable and (borg_repository is not string and borg_repository is not mapping) %} {% if borg_repository is iterable and (borg_repository is not string and borg_repository is not mapping) %}
{% for repo in borg_repository %} {% for repo in borg_repository %}
- path: {{ repo }} - path: {{ repo }}
{% endfor %} {% endfor %}
{% elif borg_repository is defined and borg_repository is string %} {% elif borg_repository is defined and borg_repository is string %}
- path: {{ borg_repository }} - path: {{ borg_repository }}
{% endif %} {% endif %}
# Store atime into archive. # Store atime into archive.