mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update unarchive.py (#34596)
clarify that absolute path is to be used for "creates", explicitly mention that it supports files and directories
This commit is contained in:
parent
04df2312e7
commit
e04e24010f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue