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

@ -53,7 +53,7 @@ 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.
require: false
default: 10
ssh_keyfile:
@ -64,12 +64,6 @@ options:
in the task, the value of environment variable C(ANSIBLE_NET_SSH_KEYFILE)
will be used instead.
required: false
timeout:
description:
- Specifies idle timeout for the connection, in seconds. Useful if the console
freezes before continuing. For example when saving configurations.
required: false
default: 10
provider:
description:
- Convenience argument that allows connection arguments to be passed as