From f50ff1c2dbb2eee88b2ac9e50e9f13d942e41f12 Mon Sep 17 00:00:00 2001 From: Ronan Date: Thu, 15 Sep 2022 17:06:31 +0200 Subject: [PATCH] Fix Issue #78564 (#78741) --- lib/ansible/modules/unarchive.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/unarchive.py b/lib/ansible/modules/unarchive.py index 7ac0247f529..69e769d05d0 100644 --- a/lib/ansible/modules/unarchive.py +++ b/lib/ansible/modules/unarchive.py @@ -123,7 +123,8 @@ attributes: bypass_host_loop: support: none check_mode: - support: full + support: partial + details: Not supported for gzipped tar files. diff_mode: support: partial details: Uses gtar's C(--diff) arg to calculate if changed or not. If this C(arg) is not supported, it will always unpack the archive.