changed indent to be 8 instead of 4 after hook name

This commit is contained in:
Aaron Paterson 2024-12-16 20:46:33 +00:00
parent ed8fe0d345
commit 583e347999

View File

@ -178,5 +178,5 @@ consistency:
hooks:
{% for hook in borgmatic_hooks %}
{{ hook }}:
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }}
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(8, first=true) }}
{% endfor %}