From 5b54cd34dbecc5a7b9a8f27b17a923473d967583 Mon Sep 17 00:00:00 2001 From: tompal3 Date: Tue, 20 Feb 2024 21:30:34 +0200 Subject: [PATCH] Update plugins/modules/mysql_user.py Co-authored-by: Andrew Klychkov --- plugins/modules/mysql_user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index 82cfcb9..810226c 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -163,6 +163,7 @@ options: - C(now) password will expire immediately. type: str choices: [ now, never, default, interval ] + version_added: '3.9.0' password_expire_interval: description: - number of days password will expire. Used when I(password_expire=interval).