Remove duplicated 'timeout' doc (#18657)

This commit is contained in:
John R Barker 2016-11-28 18:15:20 +00:00 committed by Peter Sprygada
commit 02842767c6
8 changed files with 10 additions and 33 deletions

View file

@ -56,9 +56,11 @@ options:
description:
- Specifies the timeout in seconds for communicating with the network device
for either connecting or sending commands. If the timeout is
exceeded before the operation is completed, the module will error
exceeded before the operation is completed, the module will error.
NX-API can be slow to return on long-running commands (sh mac, sh bgp, etc).
require: false
default: 10
version_added: 2.3
ssh_keyfile:
description:
- Specifies the SSH key to use to authenticate the connection to
@ -80,13 +82,6 @@ options:
required: false
default: no
choices: ['yes', 'no']
timeout:
description:
- Specifies idle timeout in seconds. NX-API can be slow to
return on long-running commands (sh mac, sh bgp, etc).
required: false
default: 10
version_added: 2.3
provider:
description:
- Convenience method that allows all I(nxos) arguments to be passed as