Docs standardization
This commit is contained in:
parent
e06ced89fb
commit
e5d911fbce
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ options:
|
|||
- I(grant_option) only has an effect if I(state) is C(present).
|
||||
- 'Alias: I(admin_option)'
|
||||
required: no
|
||||
choices: [yes, no]
|
||||
choices: ['yes', 'no']
|
||||
host:
|
||||
description:
|
||||
- Database host address. If unspecified, connect via Unix socket.
|
||||
|
|
|
@ -55,7 +55,7 @@ options:
|
|||
description:
|
||||
- if C(yes), fail when user can't be removed. Otherwise just log and continue
|
||||
required: false
|
||||
default: yes
|
||||
default: 'yes'
|
||||
choices: [ "yes", "no" ]
|
||||
login_user:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue