mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
Fedora: correctly install borg and borgmatic into the venv (#75)
This commit is contained in:
parent
97160c1d82
commit
81a3f1106e
@ -12,8 +12,11 @@ borg_packages:
|
|||||||
- python3-Cython
|
- python3-Cython
|
||||||
- openssh-clients
|
- openssh-clients
|
||||||
- cronie
|
- cronie
|
||||||
- borgbackup
|
|
||||||
- borgmatic
|
|
||||||
|
|
||||||
python_bin: python3
|
python_bin: python3
|
||||||
pip_bin: pip3
|
pip_bin: pip3
|
||||||
|
|
||||||
|
borg_python_packages:
|
||||||
|
- cython
|
||||||
|
- borgbackup
|
||||||
|
- borgmatic
|
||||||
|
Loading…
Reference in New Issue
Block a user