Commit 3d97c115 by Stoned Elipot

module mysql_user: fix 'state' parameter description

parent 8cc13590
...@@ -68,7 +68,8 @@ options: ...@@ -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" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment