freephile / meza

Setup an enterprise MediaWiki server with simple commands
MIT License
0 stars 0 forks source link

Review / Test / Implement best practices to make Meza Python 3 compatible #9

Open freephile opened 7 months ago

freephile commented 7 months ago

See best practices for Ansible and Python Python 2.x compatibility is not a concern. The concern it to ensure that Meza conforms to Python 3.x best practices.

freephile commented 1 month ago

There should not be separate configuration variables that are OS and version dependent like 'package_python3_pip_rhel8' (compared to package_python3_pip) - that is explicitly handled by OS and version detection in your playbooks!

This was noted in my comment at https://github.com/freephile/meza/issues/41#issuecomment-2045506153