From 17e398f5a27932cf05a9befc50a94b3480b5c8d5 Mon Sep 17 00:00:00 2001 From: "E.S. Rosenberg a.k.a. Keeper of the Keys" Date: Wed, 5 Mar 2025 15:25:15 +0200 Subject: [PATCH] Fixes for sanity checks Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys --- plugins/modules/mysql_user.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index 0f1472a..eac72f2 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -193,9 +193,9 @@ options: locked: description: - Lock account to prevent connections using it, this is primarily used for creating a user that will act as a DEFINER on stored procedures. - - The default is C(false) + - The C(default) is C(false) type: bool - version_added: 'TBA' + version_added: '3.13.0' attributes: description: