Update plugins/modules/mysql_user.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
tompal3 2024-02-20 21:30:34 +02:00 committed by GitHub
parent 682fae4125
commit 5b54cd34db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,6 +163,7 @@ options:
- C(now) password will expire immediately. - C(now) password will expire immediately.
type: str type: str
choices: [ now, never, default, interval ] choices: [ now, never, default, interval ]
version_added: '3.9.0'
password_expire_interval: password_expire_interval:
description: description:
- number of days password will expire. Used when I(password_expire=interval). - number of days password will expire. Used when I(password_expire=interval).