module mysql_user: fix 'state' parameter description
This commit is contained in:
parent
5b80299231
commit
a0ce78e6e5
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ options:
|
|||
default: null
|
||||
state:
|
||||
description:
|
||||
- The database state
|
||||
- Whether the user should exist. When C(absent), removes
|
||||
the user.
|
||||
required: false
|
||||
default: present
|
||||
choices: [ "present", "absent" ]
|
||||
|
|
Loading…
Reference in a new issue