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:
|
pip:
|
||||||
name: "{{ borg_python_packages }}"
|
name: "{{ borg_python_packages }}"
|
||||||
executable: "{{ pip_bin }}"
|
executable: "{{ pip_bin }}"
|
||||||
|
when: borg_python_packages is defined
|
||||||
|
|
||||||
- name: Ensure root has SSH key.
|
- name: Ensure root has SSH key.
|
||||||
user:
|
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
|
||||||
- gcc-c++
|
- gcc-c++
|
||||||
- openssl-devel
|
- openssl-devel
|
||||||
- python-pip
|
- python3-pip
|
||||||
- python-wheel
|
- python3-wheel
|
||||||
- python-devel
|
- python3-devel
|
||||||
- python-setuptools
|
- python3-setuptools
|
||||||
|
- python3-Cython
|
||||||
- openssh-clients
|
- openssh-clients
|
||||||
- cronie
|
- cronie
|
||||||
|
|
||||||
python_bin: python
|
|
||||||
pip_bin: pip
|
|
||||||
|
|
||||||
borg_python_packages:
|
|
||||||
- cython
|
|
||||||
- borgbackup
|
- borgbackup
|
||||||
- borgmatic
|
- borgmatic
|
||||||
|
|
||||||
|
python_bin: python3
|
||||||
|
pip_bin: pip3
|
||||||
|
Loading…
Reference in New Issue
Block a user