mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-08-30 13:46:48 +02:00
fix for indent
This commit is contained in:
parent
31fdbfb89a
commit
982fb1cab3
@ -174,5 +174,5 @@ check_last: {{ borgmatic_check_last }}
|
||||
# prevent potential shell injection or privilege escalation.
|
||||
{% for hook in borgmatic_hooks %}
|
||||
{{ hook }}:
|
||||
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) }}
|
||||
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user