v2.3.0
This release refactors some of the code to improve backwards compatibility, lowering the minimum required Python version from 3.11 to 3.9. Also, fixes a bug when installing Apache, and general maintenance.
Feature
- Refactor the code to use "Ansible Runner native" configuration, instead of my own deprecated library ansible-directory-helper. This improves backwards compatibility, lowering the minimum required Python version from 3.11 to 3.9 ( #57 )
Bugfix
- Fix TypeError when installing a barebones Apache server ( #56 )
Maintenance
- Bump default Joomla version to 5.3.0
- Add 6.8 to "locally cached" valid WordPress versions, remove 6.4.* entries.
Installing/upgrading
pip install --upgrade lampsible
PyPI package: https://pypi.org/project/lampsible/2.3.0/
Full Changelog: v2.2.0...v2.3.0