mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
module mysql_user: fix 'state' parameter description
This commit is contained in:
parent
8cc13590b4
commit
3d97c11509
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…
Reference in a new issue