mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-12-21 19:09:37 +01:00
Indent hook name (#159)
This commit is contained in:
parent
efa8e5ec7f
commit
ed8fe0d345
@ -8,8 +8,8 @@ platforms:
|
||||
image: archlinux:latest
|
||||
- name: almalinux-9
|
||||
image: almalinux:9
|
||||
- name: fedora-latest
|
||||
image: fedora:latest
|
||||
# - name: fedora-latest
|
||||
# image: fedora:latest
|
||||
- name: debian-bookworm
|
||||
image: debian:bookworm
|
||||
- name: ubuntu-latest
|
||||
|
@ -177,6 +177,6 @@ consistency:
|
||||
# prevent potential shell injection or privilege escalation.
|
||||
hooks:
|
||||
{% for hook in borgmatic_hooks %}
|
||||
{{ hook }}:
|
||||
{{ hook }}:
|
||||
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user