Skip to content

Commit

Permalink
fix wording according to style guide
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Klychkov <[email protected]>
  • Loading branch information
laurent-indermuehle and Andersson007 authored Oct 6, 2023
1 parent 2d2e56d commit 03b8b57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/modules/mysql_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@
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
Expand Down

0 comments on commit 03b8b57

Please sign in to comment.