1
0
Fork 0
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:
Richlv 2018-01-11 05:12:32 +01:00 committed by Jordan Borean
parent 04df2312e7
commit e04e24010f

View file

@ -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: