Update docs with file deletion details as recommended in #59051 (#60168)

pull/60453/head
Daniel 5 years ago committed by Alicia Cozine
parent 8346898605
commit 262d2a6837

@ -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…
Cancel
Save