Release Summary
This is a patch release of the community.mysql
collection.
Besides a bugfix, it contains an important upcoming breaking-change information.
Breaking Changes / Porting Guide
- mysql_user - the
user
alias of thename
argument has been deprecated and will be removed in collection version 5.0.0. Use thename
argument instead.
Bugfixes
- mysql_user - module makes changes when is executed with
plugin_auth_string
parameter and check mode.