mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-10-11 11:21:50 +02:00
ADMIN-6028: fixes for borg mount support
This commit is contained in:
parent
2589bdef15
commit
7ed7899847
@ -20,9 +20,6 @@ borg_pip_packages:
|
||||
# - python3-virtualenv
|
||||
# - python3-wheel
|
||||
|
||||
borg_mount_dependent_packages:
|
||||
- fuse3-devel
|
||||
|
||||
borg_distro_packages:
|
||||
- borgbackup
|
||||
- borgmatic
|
||||
|
@ -19,5 +19,11 @@ borg_distro_packages:
|
||||
- borgbackup
|
||||
- borgmatic
|
||||
|
||||
borg_mount_dependent_packages:
|
||||
- fuse3-devel
|
||||
|
||||
borg_mount_dependent_python_packages:
|
||||
- pyfuse3
|
||||
|
||||
python_bin: python3
|
||||
pip_bin: pip3
|
||||
|
@ -3,7 +3,7 @@ borg_dependent_python_packages:
|
||||
- cython
|
||||
- pkgconfig
|
||||
|
||||
borg_mount_dependent_packages:
|
||||
borg_mount_dependent_python_packages:
|
||||
- pyfuse3
|
||||
|
||||
borg_python_packages:
|
||||
|
Loading…
Reference in New Issue
Block a user