v2.1.1
This is primarily a bugfix and maintenance release.
Bugfixes
- Fix Certbot domain issues for actions other than WordPress. For example, Laravel with Certbot would otherwise be broken, if you hadn't configured a "www-subdomain", such as www.example.com alongside example.com. ( #30 )
- Fix broken image handling in WordPress, by adding missing PHP extensions gd ( #32 )
Refactor
- Build the "extravars" that get passed to Ansible Runner conditionally, based on the action, to avoid creating unwanted side effects for certain variables ( #30 )
- Define required PHP extensions for different actions in a more central and DRY manner ( #32 )
Maintenance
- Add 6.7.2 to statically cached valid WordPress versions.
Installing/upgrading: pip install --upgrade lampsible
PyPI release: https://pypi.org/project/lampsible/2.1.1/
Full Changelog: v2.1.0...v2.1.1