mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-10-01 05:53:32 -07:00
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:
parent
7a4f77fea2
commit
cafbb9100d
3 changed files with 8 additions and 9 deletions
2
changelogs/fragments/5-case_sensitive2.yml
Normal file
2
changelogs/fragments/5-case_sensitive2.yml
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue