Fix docs get_url dest comment. Checksum does not prevent download if dest is dir. (#73185)

pull/75958/head
Vladimir Botka 3 years ago committed by GitHub
parent 8510db4935
commit 8c3e576cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save