mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-18 16:31:26 -07:00
document module option column_case_sensitive
This commit is contained in:
parent
ce2b9292ec
commit
d54501b32c
2 changed files with 20 additions and 0 deletions
|
@ -121,6 +121,16 @@ options:
|
|||
type: bool
|
||||
default: true
|
||||
|
||||
column_case_sensitive:
|
||||
description:
|
||||
- When C(true), the module won't uppercase the field in the privileges.
|
||||
- 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 true in most cases.
|
||||
type: bool
|
||||
default: false
|
||||
version_added: '3.8.0'
|
||||
|
||||
notes:
|
||||
- Pay attention that the module runs C(SET DEFAULT ROLE ALL TO)
|
||||
all the I(members) passed by default when the state has changed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue