From 2f403981b5fc10b79c12ff78f88c8c232c660c50 Mon Sep 17 00:00:00 2001 From: 6cUbi57z <3359745+6cUbi57z@users.noreply.github.com> Date: Tue, 30 Jul 2019 16:28:54 +0100 Subject: [PATCH] unarchive - add requirement of zipinfo command to docs (#59556) --- lib/ansible/modules/files/unarchive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/unarchive.py b/lib/ansible/modules/files/unarchive.py index b86e397412c..58a69085d2b 100644 --- a/lib/ansible/modules/files/unarchive.py +++ b/lib/ansible/modules/files/unarchive.py @@ -97,7 +97,7 @@ todo: - Re-implement tar support using native tarfile module. - Re-implement zip support using native zipfile module. notes: - - Requires C(gtar)/C(unzip) command on target host. + - Requires C(zipinfo) and C(gtar)/C(unzip) command on target host. - Can handle I(.zip) files using C(unzip) as well as I(.tar), I(.tar.gz), I(.tar.bz2) and I(.tar.xz) files using C(gtar). - Does not handle I(.gz) files, I(.bz2) files or I(.xz) files that do not contain a I(.tar) archive. - Uses gtar's C(--diff) arg to calculate if changed or not. If this C(arg) is not