Commit 20f7e2ef by Michael DeHaan

Merge pull request #3691 from stoned/mysql_user-doc-fix

module mysql_user: fix 'state' parameter description
parents be7e29b2 3d97c115
...@@ -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