From 7358c1e7a789e0eb5cb1eed303714d1bdea49ed9 Mon Sep 17 00:00:00 2001 From: "E.S. Rosenberg a.k.a. Keeper of the Keys" Date: Wed, 5 Mar 2025 15:09:40 +0200 Subject: [PATCH] Add attribute documentation Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys --- plugins/modules/mysql_user.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index 17d8315..0f1472a 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -189,6 +189,14 @@ options: fields names in privileges. type: bool version_added: '3.8.0' + + 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) + type: bool + version_added: 'TBA' + attributes: description: - "Create, update, or delete user attributes (arbitrary 'key: value' comments) for the user."