File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,6 @@ consistency:
177
177
# prevent potential shell injection or privilege escalation.
178
178
hooks:
179
179
{% 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 ) }}
182
182
{% endfor %}
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ borg_pip_packages:
14
14
- openssl-devel
15
15
- openssl-devel
16
16
- python3-cython
17
- - python3-devel
17
+ # - python3-devel
18
18
- python3-pip
19
19
- python3-setuptools
20
20
- python3-wheel
21
21
- xxhash
22
22
- xxhash-devel
23
-
23
+
24
24
borg_distro_packages :
25
25
- borgbackup
26
26
- borgmatic
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ borg_pip_packages:
12
12
- libzstd-devel
13
13
- lz4-devel
14
14
- openssl-devel
15
- - python3-devel
15
+ # - python3-devel
16
16
- python3-pip
17
17
- python3-setuptools
18
18
- xxhash
You can’t perform that action at this time.
0 commit comments