Fix spacing

This commit is contained in:
phil 2023-04-09 11:24:49 +02:00
parent 96346896fa
commit a984bbbce9

View file

@ -17,12 +17,12 @@ location:
# Stay in same file system (do not cross mount points). # Stay in same file system (do not cross mount points).
one_file_system: {{ borg_one_file_system }} one_file_system: {{ borg_one_file_system }}
repositories: repositories:
{% if borgbase is define and borgbase %} {% if borgbase is defined and borgbase %}
- ssh://{{ borgbase_repo.repo_id }}@{{ borgbackup_ssh_host }}/./repo" - ssh://{{ borgbase_repo.repo_id }}@{{ borgbackup_ssh_host }}/./repo
{% else %} {% else %}
{% for repo in borg_repository %} {% for repo in borg_repository %}
- {{ repo.path }} - {{ repo.path }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
# Store atime into archive. # Store atime into archive.