Merge pull request #15180 from DavidWittman/module-docs-fix-choices

Fix boolean choices in module docs fragments
This commit is contained in:
Brian Coca 2016-03-27 13:50:52 -07:00
commit 9e1f835da8
4 changed files with 10 additions and 10 deletions

View file

@ -56,8 +56,8 @@ options:
before sending any commands. If not specified, the device will
attempt to excecute all commands in non-priviledged mode.
required: false
default: false
choices: BOOLEANS
default: no
choices: ['yes', 'no']
auth_pass:
description:
- Specifies the password to use if required to enter privileged mode
@ -78,8 +78,8 @@ options:
I(transport) argument is configured as eapi. If the transport
argument is not eapi, this value is ignored
required: false
default: true
choices: BOOLEANS
default: yes
choices: ['yes', 'no']
provider:
description:
- Convience method that allows all M(eos) arguments to be passed as

View file

@ -54,8 +54,8 @@ options:
before sending any commands. If not specified, the device will
attempt to excecute all commands in non-priviledged mode.
required: false
default: false
choices: BOOLEANS
default: no
choices: ['yes', 'no']
auth_pass:
description:
- Specifies the password to use if required to enter privileged mode

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

View file

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