mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-06-12 01:15:27 +02:00
fix borgmatic_hooks intent
This commit is contained in:
parent
2f4966fff3
commit
50c220ef19
@ -177,6 +177,6 @@ consistency:
|
|||||||
# prevent potential shell injection or privilege escalation.
|
# prevent potential shell injection or privilege escalation.
|
||||||
hooks:
|
hooks:
|
||||||
{% for hook in borgmatic_hooks %}
|
{% for hook in borgmatic_hooks %}
|
||||||
{{ hook }}:
|
{{ hook }}:
|
||||||
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=2) | trim | indent(8) }}
|
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user