mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Update plugins/modules/mysql_user.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
682fae4125
commit
5b54cd34db
1 changed files with 1 additions and 0 deletions
|
@ -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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue