From 8c3e576cd578410cfd1969d612a61933f4382ed4 Mon Sep 17 00:00:00 2001 From: Vladimir Botka Date: Thu, 7 Oct 2021 21:35:43 +0200 Subject: [PATCH] Fix docs get_url dest comment. Checksum does not prevent download if dest is dir. (#73185) --- lib/ansible/modules/get_url.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/get_url.py b/lib/ansible/modules/get_url.py index 3c7bfe1b4a0..c984e479258 100644 --- a/lib/ansible/modules/get_url.py +++ b/lib/ansible/modules/get_url.py @@ -39,7 +39,8 @@ options: none provided, the base name of the URL on the remote server will be used. If a directory, C(force) has no effect. - If C(dest) is a directory, the file will always be downloaded - (regardless of the C(force) option), but replaced only if the contents changed.. + (regardless of the C(force) and C(checksum) option), but + replaced only if the contents changed. type: path required: true tmp_dest: