mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-08-30 13:46:48 +02:00
yaml format fix
This commit is contained in:
parent
86598f63d2
commit
d3fadbaffe
@ -18,10 +18,10 @@ one_file_system: {{ borg_one_file_system }}
|
||||
repositories:
|
||||
{% if borg_repository is iterable and (borg_repository is not string and borg_repository is not mapping) %}
|
||||
{% for repo in borg_repository %}
|
||||
- path: {{ repo }}
|
||||
- path: {{ repo }}
|
||||
{% endfor %}
|
||||
{% elif borg_repository is defined and borg_repository is string %}
|
||||
- path: {{ borg_repository }}
|
||||
- path: {{ borg_repository }}
|
||||
{% endif %}
|
||||
|
||||
# Store atime into archive.
|
||||
|
Loading…
Reference in New Issue
Block a user