From 037b1381eaf455c92bc2de3e43863ca32f3a206c Mon Sep 17 00:00:00 2001 From: "E.S. Rosenberg a.k.a. Keeper of the Keys" Date: Wed, 19 Mar 2025 15:05:38 +0200 Subject: [PATCH] Fix documentation. Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys --- plugins/modules/mysql_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index 9a89fc0..2a5855c 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -194,7 +194,7 @@ options: 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. - default: false + - If not specified leaves the lock state as is (for a new user creates unlocked). type: bool version_added: '3.13.0'