restored quotes to checksum description to avoid breaking docs
This commit is contained in:
parent
27f93bef40
commit
5b1a508d6a
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ 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:shagoeshere"
|
Format: <algorithm>:<checksum>, e.g.: checksum="sha256:shagoeshere"
|
||||||
|
@ -88,7 +88,7 @@ options:
|
||||||
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
|
||||||
checksum equals destination_checksum, the file download would be skipped
|
checksum equals destination_checksum, the file download would be skipped
|
||||||
(unless C(force) is true).
|
(unless C(force) is true). '
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
|
Loading…
Reference in a new issue