ansible-role-borgbackup/vars/Fedora.yml
Jonas 54c270acdc
Update package list for Fedora 32 (#39)
* Add specific package lists for Fedora.

The python packages have been renamed in Fedora 32 (python3-* -> python-*).
To further support Fedora 31, the RedHat vars have been copied for this case.

* Enable molecule tests for Fedora.
2020-09-22 18:32:44 +08:00

22 lines
283 B
YAML

---
borg_packages:
- libacl-devel
- libacl
- gcc
- gcc-c++
- openssl-devel
- python-pip
- python-wheel
- python-devel
- python-setuptools
- openssh-clients
- cronie
python_bin: python
pip_bin: pip
borg_python_packages:
- cython
- borgbackup
- borgmatic