Skip to content

Commit

Permalink
Fix docs get_url dest comment. Checksum does not prevent download if …
Browse files Browse the repository at this point in the history
…dest is dir. (#73185)
  • Loading branch information
vbotka committed Oct 7, 2021
1 parent 8510db4 commit 8c3e576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ansible/modules/get_url.py
Expand Up @@ -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:
Expand Down

0 comments on commit 8c3e576

Please sign in to comment.