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
a3dbfda916
commit
2cf33e1907
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue