mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Fix docs get_url dest comment. Checksum does not prevent download if dest is dir. (#73185)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user