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:
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" ]
......
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