From e04e24010f61af09e430a71e1c30703621f5204b Mon Sep 17 00:00:00 2001 From: Richlv Date: Thu, 11 Jan 2018 05:12:32 +0100 Subject: [PATCH] Update unarchive.py (#34596) clarify that absolute path is to be used for "creates", explicitly mention that it supports files and directories --- 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 d2b28396e0c..57f641cad6b 100644 --- a/lib/ansible/modules/files/unarchive.py +++ b/lib/ansible/modules/files/unarchive.py @@ -46,7 +46,7 @@ options: default: 'yes' creates: description: - - A filename, when it already exists, this step will B(not) be run. + - If the specified absolute path (file or directory) already exists, this step will B(not) be run. version_added: "1.6" list_files: description: