Skip to content

Commit efa8e5e

Browse files
authored
fix borgmatic_hooks indention (#155)
1 parent 2f4966f commit efa8e5e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

templates/config.yaml.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,6 @@ consistency:
177177
# prevent potential shell injection or privilege escalation.
178178
hooks:
179179
{% for hook in borgmatic_hooks %}
180-
{{ hook }}:
181-
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=2) | trim | indent(8) }}
180+
{{ hook }}:
181+
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }}
182182
{% endfor %}

vars/Fedora.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ borg_pip_packages:
1414
- openssl-devel
1515
- openssl-devel
1616
- python3-cython
17-
- python3-devel
17+
# - python3-devel
1818
- python3-pip
1919
- python3-setuptools
2020
- python3-wheel
2121
- xxhash
2222
- xxhash-devel
23-
23+
2424
borg_distro_packages:
2525
- borgbackup
2626
- borgmatic

vars/RedHat-9.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ borg_pip_packages:
1212
- libzstd-devel
1313
- lz4-devel
1414
- openssl-devel
15-
- python3-devel
15+
# - python3-devel
1616
- python3-pip
1717
- python3-setuptools
1818
- xxhash

0 commit comments

Comments
 (0)