Skip to content

Commit

Permalink
Update plugins/modules/mysql_user.py
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Indermühle <[email protected]>
  • Loading branch information
tompal3 and laurent-indermuehle authored Jan 9, 2024
1 parent 9b13b59 commit e255551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/mysql_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
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
Expand Down

0 comments on commit e255551

Please sign in to comment.