From 29d57b5b973ece4bb07799047d5909f3e974e9f8 Mon Sep 17 00:00:00 2001 From: Jonathan Neuhauser Date: Tue, 14 Dec 2021 21:36:55 +0100 Subject: [PATCH] Clarify include parameter in unarchive (#76543) Co-authored-by: s-hertel <19572925+s-hertel@users.noreply.github.com> --- lib/ansible/modules/unarchive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/unarchive.py b/lib/ansible/modules/unarchive.py index 0b265943b78..e27cb37c8de 100644 --- a/lib/ansible/modules/unarchive.py +++ b/lib/ansible/modules/unarchive.py @@ -71,8 +71,8 @@ options: version_added: "2.1" include: description: - - List of directory and file entries that you would like to extract from the archive. Only - files listed here will be extracted. + - List of directory and file entries that you would like to extract from the archive. If C(include) + is not empty, only files listed here will be extracted. - Mutually exclusive with C(exclude). type: list default: []