From 2cf33e19079d4edaa0b8fc883be19437c4cbf7da Mon Sep 17 00:00:00 2001 From: tompal3 Date: Tue, 20 Feb 2024 21:31:05 +0200 Subject: [PATCH] Update plugins/modules/mysql_user.py Co-authored-by: Andrew Klychkov --- 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 4e4b909..ac58733 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -166,7 +166,7 @@ options: version_added: '3.9.0' password_expire_interval: description: - - number of days password will expire. Used when I(password_expire=interval). + - Number of days I(password) will expire. Requires I(password_expire=interval). type: int version_added: '3.9.0'