mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Clarify get_url timeout documentation
This commit is contained in:
parent
e66a74531f
commit
0676ecc03c
1 changed files with 4 additions and 4 deletions
|
@ -96,9 +96,9 @@ options:
|
||||||
- 'If a checksum is passed to this parameter, the digest of the
|
- 'If a checksum is passed to this parameter, the digest of the
|
||||||
destination file will be calculated after it is downloaded to ensure
|
destination file will be calculated after it is downloaded to ensure
|
||||||
its integrity and verify that the transfer completed successfully.
|
its integrity and verify that the transfer completed successfully.
|
||||||
Format: <algorithm>:<checksum>, e.g.: checksum="sha256:shagoeshere"
|
Format: <algorithm>:<checksum>, e.g.: checksum="sha256:D98291AC[...]B6DC7B97"
|
||||||
If you worry about portability, only the sha1 algorithm is available
|
If you worry about portability, only the sha1 algorithm is available
|
||||||
on all platforms and python versions. The third party hashlib
|
on all platforms and python versions. The third party hashlib
|
||||||
library can be installed for access to additional algorithms.
|
library can be installed for access to additional algorithms.
|
||||||
Additionaly, if a checksum is passed to this parameter, and the file exist under
|
Additionaly, if a checksum is passed to this parameter, and the file exist under
|
||||||
the C(dest) location, the destination_checksum would be calculated, and if
|
the C(dest) location, the destination_checksum would be calculated, and if
|
||||||
|
@ -123,7 +123,7 @@ options:
|
||||||
choices: ['yes', 'no']
|
choices: ['yes', 'no']
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- Timeout for URL request
|
- Timeout in seconds for URL request
|
||||||
required: false
|
required: false
|
||||||
default: 10
|
default: 10
|
||||||
version_added: '1.8'
|
version_added: '1.8'
|
||||||
|
|
Loading…
Reference in a new issue