module mysql_user: fix 'state' parameter description

This commit is contained in:
Stoned Elipot 2013-07-29 23:48:49 +02:00
parent 5b80299231
commit a0ce78e6e5

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