From f78b59eee83c2e0f6eb810fcb181f2b5b2d4ddbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Fri, 6 Oct 2023 14:53:12 +0200 Subject: [PATCH] fix wording according to style guide Co-authored-by: Andrew Klychkov --- plugins/modules/mysql_user.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index 80c02a1..d1cb22e 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -158,8 +158,9 @@ options: column_case_sensitive: description: - - When C(true), the module won't uppercase the field names in the privileges. - - When C(false), the field names will be upper cased. This is the default + - The default is C(false). + - When C(true), the module will not uppercase the field names in the privileges. + - 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. type: bool