From 262d2a683713db1bf506be6f0bc51caf6af77c37 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 12 Aug 2019 13:57:29 -0700 Subject: [PATCH] Update docs with file deletion details as recommended in #59051 (#60168) --- lib/ansible/modules/net_tools/basics/get_url.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/net_tools/basics/get_url.py b/lib/ansible/modules/net_tools/basics/get_url.py index ccee29caccf..cd64818996e 100644 --- a/lib/ansible/modules/net_tools/basics/get_url.py +++ b/lib/ansible/modules/net_tools/basics/get_url.py @@ -93,7 +93,8 @@ options: - 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 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 default: '' version_added: "2.0"