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.
|
# 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 %}
|
||||||
|
@ -14,7 +14,7 @@ borg_pip_packages:
|
|||||||
- openssl-devel
|
- openssl-devel
|
||||||
- openssl-devel
|
- openssl-devel
|
||||||
- python3-cython
|
- python3-cython
|
||||||
- python3-devel
|
# - python3-devel
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- python3-wheel
|
- python3-wheel
|
||||||
|
@ -12,7 +12,7 @@ borg_pip_packages:
|
|||||||
- libzstd-devel
|
- libzstd-devel
|
||||||
- lz4-devel
|
- lz4-devel
|
||||||
- openssl-devel
|
- openssl-devel
|
||||||
- python3-devel
|
# - python3-devel
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- xxhash
|
- xxhash
|
||||||
|
Loading…
Reference in New Issue
Block a user