mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
fix borgmatic_hooks indention (#155)
This commit is contained in:
parent
2f4966fff3
commit
efa8e5ec7f
@ -177,6 +177,6 @@ consistency:
|
||||
# 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) }}
|
||||
{{ hook }}:
|
||||
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }}
|
||||
{% endfor %}
|
||||
|
@ -14,13 +14,13 @@ borg_pip_packages:
|
||||
- openssl-devel
|
||||
- openssl-devel
|
||||
- python3-cython
|
||||
- python3-devel
|
||||
# - python3-devel
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- python3-wheel
|
||||
- xxhash
|
||||
- xxhash-devel
|
||||
|
||||
|
||||
borg_distro_packages:
|
||||
- borgbackup
|
||||
- borgmatic
|
||||
|
@ -12,7 +12,7 @@ borg_pip_packages:
|
||||
- libzstd-devel
|
||||
- lz4-devel
|
||||
- openssl-devel
|
||||
- python3-devel
|
||||
# - python3-devel
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- xxhash
|
||||
|
Loading…
Reference in New Issue
Block a user