Commit 3d97c115 by Stoned Elipot

module mysql_user: fix 'state' parameter description

parent 8cc13590
......@@ -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