mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
fix wording according to style guide
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
2d2e56d13a
commit
03b8b5770c
1 changed files with 3 additions and 2 deletions
|
@ -123,8 +123,9 @@ options:
|
|||
|
||||
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
|
||||
- The default is C(false).
|
||||
- When C(true), the module will not 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 C(true) in most cases.
|
||||
type: bool
|
||||
|
|
Loading…
Add table
Reference in a new issue