Skip to content

Commit 5da625d

Browse files
Patch ansible role to support the newest version of borgmatic and Borg
1 parent efa8e5e commit 5da625d

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

vars/Archlinux.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ borg_pip_packages:
1515
- xxhash
1616
- xz
1717
- zstd
18+
- libfuse-dev
19+
- fuse
20+
- libfuse3-dev
21+
- fuse3
1822

1923
borg_distro_packages:
2024
- borg

vars/Debian.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ borg_pip_packages:
1818
- python3-pkgconfig
1919
- python3-msgpack
2020
- python3-venv
21+
- libfuse-dev
22+
- fuse
23+
- libfuse3-dev
24+
- fuse3
2125

2226
borg_distro_packages:
2327
- borgbackup

vars/Fedora.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ borg_pip_packages:
2020
- python3-wheel
2121
- xxhash
2222
- xxhash-devel
23+
- libfuse-dev
24+
- fuse
25+
- libfuse3-dev
26+
- fuse3
2327

2428
borg_distro_packages:
2529
- borgbackup

0 commit comments

Comments
 (0)