This commit is contained in:
parent
8346898605
commit
262d2a6837
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ options:
|
||||||
- Additionally, if a checksum is passed to this parameter, and the file exist under
|
- Additionally, if a checksum is passed to this parameter, and the file exist under
|
||||||
the C(dest) location, the I(destination_checksum) would be calculated, and if
|
the C(dest) location, the I(destination_checksum) would be calculated, and if
|
||||||
checksum equals I(destination_checksum), the file download would be skipped
|
checksum equals I(destination_checksum), the file download would be skipped
|
||||||
(unless C(force) is true).
|
(unless C(force) is true). If the checksum does not equal I(destination_checksum),
|
||||||
|
the destination file is deleted.
|
||||||
type: str
|
type: str
|
||||||
default: ''
|
default: ''
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
|
|
Loading…
Reference in a new issue