mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2026-03-10 02:24:14 +01:00
fix for undefined databases
This commit is contained in:
@@ -181,7 +181,9 @@ commands:
|
||||
{% endif %}
|
||||
|
||||
# Databases specific backup
|
||||
{% if borgmatic_databases is defined %}
|
||||
{% for database in borgmatic_databases %}
|
||||
{{ database }}_databases:
|
||||
{{ borgmatic_databases[database] | to_nice_yaml(indent=4) | indent(4, first=true) }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user