mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
8429ec5bc1
* Move common Python packages to main.yml, install dependent Python packages first.
8 lines
112 B
YAML
8 lines
112 B
YAML
---
|
|
borg_dependent_python_packages:
|
|
- cython
|
|
- pkgconfig
|
|
borg_python_packages:
|
|
- borgbackup
|
|
- borgmatic
|