mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-01 12:40:22 -07:00
win_get_url: ExtendedWebClient with Timeout support (#28755)
This commit is contained in:
parent
d9ee3c09ca
commit
4ba7d05e9d
2 changed files with 44 additions and 27 deletions
|
@ -103,12 +103,11 @@ options:
|
|||
type: bool
|
||||
default: 'yes'
|
||||
version_added: '2.4'
|
||||
# TODO: Once we have implemented DownloadFile() using $WebRequest, enable timeout again
|
||||
# timeout:
|
||||
# description:
|
||||
# - Timeout in seconds for URL request.
|
||||
# default: 10
|
||||
# version_added : '2.5'
|
||||
timeout:
|
||||
description:
|
||||
- Timeout in seconds for URL request.
|
||||
default: 10
|
||||
version_added : '2.4'
|
||||
notes:
|
||||
- For non-Windows targets, use the M(get_url) module instead.
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue