mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-10-01 05:53:32 -07:00
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>
This commit is contained in:
parent
cafbb9100d
commit
fed5f30203
4 changed files with 9 additions and 9 deletions
2
changelogs/fragments/4-column_case_sensitive.yml
Normal file
2
changelogs/fragments/4-column_case_sensitive.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
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).
|
Loading…
Add table
Add a link
Reference in a new issue