Release Summary
This is a minor release of the community.mysql
collection.
This changelog contains all changes to the modules and plugins in this
collection that have been made after the previous release.
Minor Changes
- mysql_replication - change default value for
primary_ssl_verify_server_cert
from False to None. This should not affect existing playbooks by @laurent-indermuehle in #707 - Add action group containing all modules by @JockeTF in #704
Bugfixes
- mysql_info - fix a crash (ERROR 1141, There is no such grant defined for user 'PUBLIC' on host '%') when using the
users_info
filter with a PUBLIC role present in MariaDB 10.11+. by @laurent-indermuehle in #712 - mysql_replication - fixed an issue where setting
primary_ssl_verify_server_cert
to false had no effect by @ldangeard-orange in #689