Fix boolean choices in module docs fragments

A few of the docs fragments have the available choices for some params
defined as "BOOLEANS". Because choices accepts a list, it treats
"BOOLEANS" as an iterable and then generates a list composed of each
letter.

Instead, define the available choices as a list of `['yes', 'no']`,
as is common in most other modules.
This commit is contained in:
David Wittman 2016-03-27 15:30:27 -05:00
commit 5036d1742c
4 changed files with 10 additions and 10 deletions

View file

@ -63,8 +63,8 @@ options:
I(transport) argument is configured as nxapi. If the transport
argument is not nxapi, this value is ignored
required: false
default: false
choices: BOOLEANS
default: no
choices: ['yes', 'no']
provider:
description:
- Convience method that allows all M(nxos) arguments to be passed as