mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2026-03-10 02:24:14 +01:00
Quote exclude patterns correctly. By @stroobl (#56)
This commit is contained in:
@@ -27,7 +27,7 @@ location:
|
||||
# are expanded. See the output of "borg help patterns" for more details.
|
||||
exclude_patterns:
|
||||
{% for dir in borg_exclude_patterns %}
|
||||
- {{ dir }}
|
||||
- '{{ dir }}'
|
||||
{% endfor %}
|
||||
|
||||
# Read exclude patterns from one or more separate named files, one pattern per
|
||||
|
||||
Reference in New Issue
Block a user