Commit e5d911fb by Michael DeHaan

Docs standardization

parent e06ced89
...@@ -86,7 +86,7 @@ options: ...@@ -86,7 +86,7 @@ options:
- I(grant_option) only has an effect if I(state) is C(present). - I(grant_option) only has an effect if I(state) is C(present).
- 'Alias: I(admin_option)' - 'Alias: I(admin_option)'
required: no required: no
choices: [yes, no] choices: ['yes', 'no']
host: host:
description: description:
- Database host address. If unspecified, connect via Unix socket. - Database host address. If unspecified, connect via Unix socket.
......
...@@ -55,7 +55,7 @@ options: ...@@ -55,7 +55,7 @@ options:
description: description:
- if C(yes), fail when user can't be removed. Otherwise just log and continue - if C(yes), fail when user can't be removed. Otherwise just log and continue
required: false required: false
default: yes default: 'yes'
choices: [ "yes", "no" ] choices: [ "yes", "no" ]
login_user: login_user:
description: description:
......
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