mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
docs: Suggest get_url or uri for file checksum validation (#40087)
Fixes #13665
This commit is contained in:
parent
dda7d9e704
commit
0f16b26080
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ description:
|
||||||
- By default, it will copy the source file from the local system to the target before unpacking.
|
- By default, it will copy the source file from the local system to the target before unpacking.
|
||||||
- Set C(remote_src=yes) to unpack an archive which already exists on the target.
|
- Set C(remote_src=yes) to unpack an archive which already exists on the target.
|
||||||
- For Windows targets, use the M(win_unzip) module instead.
|
- For Windows targets, use the M(win_unzip) module instead.
|
||||||
|
- If checksum validation is desired, use M(get_url) or M(uri) instead to fetch the file and set C(remote_src=yes).
|
||||||
options:
|
options:
|
||||||
src:
|
src:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue