This commit is contained in:
Robert McQueen 2023-07-02 23:58:26 +02:00 committed by GitHub
commit a2488dba17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,4 @@ consistency:
# Do not forget to set secure permissions on this file as well as on any script listed (chmod 0700) to # Do not forget to set secure permissions on this file as well as on any script listed (chmod 0700) to
# prevent potential shell injection or privilege escalation. # prevent potential shell injection or privilege escalation.
hooks: hooks:
{% for hook in borgmatic_hooks %} {{ {'hooks': borgmatic_hooks} | to_nice_yaml(indent=4, width=1000) }}
{{ hook }}:
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=2) | trim | indent(8) }}
{% endfor %}