From 03b8b5770c62539fa94e374078458bb67d0722f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Fri, 6 Oct 2023 14:51:47 +0200 Subject: [PATCH] fix wording according to style guide Co-authored-by: Andrew Klychkov --- plugins/modules/mysql_role.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/modules/mysql_role.py b/plugins/modules/mysql_role.py index 4667fa9a..7aaa8f20 100644 --- a/plugins/modules/mysql_role.py +++ b/plugins/modules/mysql_role.py @@ -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