mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-07-19 13:48:43 +02:00
Merge fbf22dfe8a
into 84b0030581
This commit is contained in:
commit
8d960c7e5e
@ -176,7 +176,4 @@ consistency:
|
||||
# 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.
|
||||
hooks:
|
||||
{% for hook in borgmatic_hooks %}
|
||||
{{ hook }}:
|
||||
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=2) | trim | indent(8) }}
|
||||
{% endfor %}
|
||||
{{ {'hooks': borgmatic_hooks} | to_nice_yaml(indent=4, width=1000) }}
|
||||
|
Loading…
Reference in New Issue
Block a user