mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
updates the network shared docs to include the timeout parameter (#18635)
The network shared doc fragment was missing the timeout parameter from the docstring. This commit adds the timeout parameter back to the doc fragment
This commit is contained in:
committed by
John R Barker
parent
0f455a0cfd
commit
69fb310878
@@ -56,6 +56,13 @@ options:
|
||||
environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
|
||||
required: false
|
||||
default: null
|
||||
timeout:
|
||||
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
|
||||
require: false
|
||||
default: 10
|
||||
ssh_keyfile:
|
||||
description:
|
||||
- Specifies the SSH key to use to authenticate the connection to
|
||||
|
||||
Reference in New Issue
Block a user