fix borgmatic_hooks indention (#155)

This commit is contained in:
Manu 2024-10-25 16:32:15 +01:00 committed by GitHub
parent 2f4966fff3
commit efa8e5ec7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -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 %}

View File

@ -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

View File

@ -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