1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-04 07:11:49 +00:00

Update plugins/modules/mysql_role.py

Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
This commit is contained in:
Andrew Klychkov 2025-09-16 07:55:37 +02:00 committed by GitHub
parent 946aa19a8a
commit 7a8b03f748
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,6 +128,7 @@ options:
- When C(false), the field names will be upper-cased. This was the default before this
feature was introduced but since MySQL/MariaDB is case sensitive you should set this
to C(true) in most cases.
- The default changed from C(false) to C(true) in v4.0.0
type: bool
default: true
version_added: '3.8.0'