community.mysql/changelogs/fragments/5-case_sensitive2.yml
Andrew Klychkov cafbb9100d
mysql_role: column_case_sensitive default is set to true (#738)
* mysql_role: column_case_sensitive default is set to true

* Update plugins/modules/mysql_role.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:55:45 +02:00

2 lines
326 B
YAML

breaking_changes:
- mysql_role - 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/578).