module mysql_user: fix 'state' parameter description

This commit is contained in:
Stoned Elipot 2013-07-29 23:48:49 +02:00
parent 8cc13590b4
commit 3d97c11509

View file

@ -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" ]