mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
Merge pull request #3691 from stoned/mysql_user-doc-fix
module mysql_user: fix 'state' parameter description
This commit is contained in:
commit
20f7e2ef71
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ options:
|
||||||
default: null
|
default: null
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- The database state
|
- Whether the user should exist. When C(absent), removes
|
||||||
|
the user.
|
||||||
required: false
|
required: false
|
||||||
default: present
|
default: present
|
||||||
choices: [ "present", "absent" ]
|
choices: [ "present", "absent" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue