From b1aacc6aeb94b7c8621aae57fe9a41767adb74f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Thu, 5 Oct 2023 10:28:48 +0200 Subject: [PATCH] formating Co-authored-by: Andrew Klychkov --- plugins/modules/mysql_role.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/mysql_role.py b/plugins/modules/mysql_role.py index 9dd1939..4fa59a3 100644 --- a/plugins/modules/mysql_role.py +++ b/plugins/modules/mysql_role.py @@ -126,7 +126,7 @@ options: - 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. + to C(true) in most cases. type: bool default: false version_added: '3.8.0'