From e2555519502bc4d6dd0c81cd2faea81b7484582b Mon Sep 17 00:00:00 2001 From: tompal3 Date: Tue, 9 Jan 2024 08:38:57 +0200 Subject: [PATCH] Update plugins/modules/mysql_user.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurent Indermühle --- 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 7cc7d5c..24b9612 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -158,7 +158,7 @@ options: password_expire: description: - C(never) password will never expire. - - C(default) password is defined ussing global system varaiable I(default_password_lifetime) setting. + - C(default) password is defined using global system variable I(default_password_lifetime) setting. - C(interval) password will expire in days which is defined in I(password_expire_interval). - C(now) password will expire immediately. type: str