Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pip fall-back installation for more exotic Linux distributions #2

Open
ericzolf opened this issue Dec 18, 2020 · 0 comments
Open

Comments

@ericzolf
Copy link
Member

ericzolf commented Dec 18, 2020

Using the 'pip' module of Ansible, one could possibly support a few more 'exotic' or older distributions, where rdiff-backup isn't packaged by default. It would probably require looping through the installation of (packaged) dependencies with varying names, ignoring errors and/or listing the correct dependencies for some platforms (python-devel, librsync-devel, gcc, etc...).

A variable should be defined to allow enforcing the pip installation, and another one to choose the version to install (rdiff-backup vs. rdiff-backup==<VERSION>).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant