From 0f16b26080f4623836da3a95c32668478be5e98b Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Thu, 17 May 2018 10:52:33 -0500 Subject: [PATCH] docs: Suggest get_url or uri for file checksum validation (#40087) Fixes #13665 --- lib/ansible/modules/files/unarchive.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/files/unarchive.py b/lib/ansible/modules/files/unarchive.py index a6a95691901..438da154cd8 100644 --- a/lib/ansible/modules/files/unarchive.py +++ b/lib/ansible/modules/files/unarchive.py @@ -26,6 +26,7 @@ description: - 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. - 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: src: description: