diff --git a/lib/ansible/modules/get_url.py b/lib/ansible/modules/get_url.py index 3c7bfe1b4a005d..c984e47925877c 100644 --- a/lib/ansible/modules/get_url.py +++ b/lib/ansible/modules/get_url.py @@ -39,7 +39,8 @@ 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: