Features
- Added variable for controlled restarts: Introduced
postgresql_config_change_allow_restart
, a new variable to control when the PostgreSQL service can be restarted, ensuring better service availability during configuration changes.
Bug fixes
- Service start fix: Resolved an issue where the PostgreSQL service was not guaranteed to be started after configuration updates.
- Venv creation in dry-run: Fixed a problem where virtual environment creation task incorrectly reported changes in dry-run mode when
ansible_check_mode
was active. - Updated variable
postgres_users_no_log
prefix frompostgres
to the correctpostgresql
for improved clarity and standardization. - Task name cleanup: Removed unnecessary reference to Rockylinux in task name for consistency.
Maintenance
- Pinned
molecule-action
to version2.7.40
for compatibility withansible-core 2.16
. - Updated Rockylinux images used in GitHub Actions to more recent supported versions.
Documentation
- Testing environment updates: Documented the changes to the RockyLinux version used in testing workflows for transparency.
Full Changelog: 2.0.0...2.1.0