community.mysql/changelogs/fragments/4-column_case_sensitive.yml
Andrew Klychkov fed5f30203
mysql_user: column_case_sensitive default is set to true (#737)
* mysql_user: column_case_sensitive default is set to true

* Update plugins/modules/mysql_user.py

Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>

---------

Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
2025-09-16 07:56:19 +02:00

2 lines
326 B
YAML

breaking_changes:
- mysql_user - the ``column_case_sensitive`` argument's default value has been changed to ``true``. If your playbook expected the column to be automatically uppercased for your users privileges, you should set this to ``false`` explicitly (https://github.com/ansible-collections/community.mysql/issues/577).