fix borgmatic_hooks intent

This commit is contained in:
Manu 2024-10-25 16:09:38 +01:00
parent 2f4966fff3
commit 50c220ef19

View File

@ -177,6 +177,6 @@ consistency:
# prevent potential shell injection or privilege escalation.
hooks:
{% for hook in borgmatic_hooks %}
{{ hook }}:
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=2) | trim | indent(8) }}
{{ hook }}:
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }}
{% endfor %}