Update packages installed in Fedora (#48)
Remove Fedora 31 as it's EOL and use the borgbackup, borgmatic and cython packages from Fedora's repositories.
This commit is contained in:
parent
613b565716
commit
e29c4df98c
@ -29,6 +29,7 @@
|
||||
pip:
|
||||
name: "{{ borg_python_packages }}"
|
||||
executable: "{{ pip_bin }}"
|
||||
when: borg_python_packages is defined
|
||||
|
||||
- name: Ensure root has SSH key.
|
||||
user:
|
||||
|
@ -1,21 +0,0 @@
|
||||
---
|
||||
borg_packages:
|
||||
- libacl-devel
|
||||
- libacl
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- openssl-devel
|
||||
- python3-pip
|
||||
- python3-wheel
|
||||
- python3-devel
|
||||
- python3-setuptools
|
||||
- openssh-clients
|
||||
- cronie
|
||||
|
||||
python_bin: python3
|
||||
pip_bin: pip3
|
||||
|
||||
borg_python_packages:
|
||||
- cython
|
||||
- borgbackup
|
||||
- borgmatic
|
@ -5,17 +5,15 @@ borg_packages:
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- openssl-devel
|
||||
- python-pip
|
||||
- python-wheel
|
||||
- python-devel
|
||||
- python-setuptools
|
||||
- python3-pip
|
||||
- python3-wheel
|
||||
- python3-devel
|
||||
- python3-setuptools
|
||||
- python3-Cython
|
||||
- openssh-clients
|
||||
- cronie
|
||||
|
||||
python_bin: python
|
||||
pip_bin: pip
|
||||
|
||||
borg_python_packages:
|
||||
- cython
|
||||
- borgbackup
|
||||
- borgmatic
|
||||
|
||||
python_bin: python3
|
||||
pip_bin: pip3
|
||||
|
Loading…
Reference in New Issue
Block a user