From 85b16cc82bc47666f5336d8aca0e6a27cd042abe Mon Sep 17 00:00:00 2001 From: "E.S. Rosenberg a.k.a. Keeper of the Keys" Date: Thu, 6 Mar 2025 12:07:16 +0200 Subject: [PATCH] Change documentation per request of @Andersson007 Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys --- plugins/modules/mysql_user.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index b0699ab..932d01e 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -192,7 +192,8 @@ 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. + - Lock account to prevent connections using it. + - This is primarily used for creating a user that will act as a DEFINER on stored procedures. default: false type: bool version_added: '3.13.0'