Skip to content

Commit

Permalink
Update unarchive.py (ansible#34596)
Browse files Browse the repository at this point in the history
clarify that absolute path is to be used for "creates", explicitly mention that it supports files and directories
  • Loading branch information
richlv authored and jborean93 committed Jan 11, 2018
1 parent 04df231 commit e04e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/files/unarchive.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
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:
Expand Down

0 comments on commit e04e240

Please sign in to comment.