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>
This commit is contained in:
Andrew Klychkov 2025-09-16 07:55:45 +02:00 committed by GitHub
commit cafbb9100d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 9 deletions

View file

@ -0,0 +1,2 @@
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).