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_user.py

Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
This commit is contained in:
Andrew Klychkov 2025-09-16 07:54:18 +02:00 committed by GitHub
parent 33b4ba3563
commit 0452fa81c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,6 +187,7 @@ options:
- When C(false), the field names will be upper-cased. This is the default
- This feature was introduced because MySQL 8 and above uses case sensitive
fields names in privileges.
- The default changed from C(false) to C(true) in v4.0.0
type: bool
default: true
version_added: '3.8.0'