Quote checksum description to fix docs
This commit is contained in:
parent
cae0c2741c
commit
1f9580f257
1 changed files with 2 additions and 2 deletions
|
@ -78,13 +78,13 @@ options:
|
||||||
default: null
|
default: null
|
||||||
checksum:
|
checksum:
|
||||||
description:
|
description:
|
||||||
- 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:d98291acbedd510e3dbd36dbfdd83cbca8415220af43b327c0a0c574b6dc7b97"
|
Format: <algorithm>:<checksum>, e.g.: checksum="sha256:d98291acbedd510e3dbd36dbfdd83cbca8415220af43b327c0a0c574b6dc7b97"
|
||||||
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.'
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
|
Loading…
Reference in a new issue