UnderGreen / ansible-role-mongodb

Ansible role to configure MongoDB
GNU General Public License v2.0
343 stars 293 forks source link

Fix PyMongo install on Ubuntu. #230

Closed malcyon closed 3 years ago

malcyon commented 4 years ago

This creates variables for the PyMongo and Pip package names so users can customize them as necessary. Also sets the default to the python3 package names for Ubuntu (In Focal Fossa, only the python3 package are available).

Fixes #211 and Fixes #224.

piotrkochan commented 4 years ago

Merge?

felixb commented 4 years ago

@juju2112 mind adding python-devel as variable as well? centos8 renamed the python-devel package too.

UnderGreen commented 3 years ago

Thank you for the PR and sorry for the late response. I adopted a different approach with the same goal in #248.