From 0452fa81c20f35826ad863461965f954627b4bac Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 16 Sep 2025 07:54:18 +0200 Subject: [PATCH] Update plugins/modules/mysql_user.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurent Indermühle --- plugins/modules/mysql_user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index 0d4c1ed..e88e2bf 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -187,6 +187,7 @@ options: - 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. + - The default changed from C(false) to C(true) in v4.0.0 type: bool default: true version_added: '3.8.0'