|
|
|
@ -34,6 +34,7 @@ options:
|
|
|
|
dest:
|
|
|
|
dest:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Remote absolute path where the archive should be unpacked.
|
|
|
|
- Remote absolute path where the archive should be unpacked.
|
|
|
|
|
|
|
|
- The given path must exist. Base directory is not created by this module.
|
|
|
|
type: path
|
|
|
|
type: path
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
copy:
|
|
|
|
copy:
|
|
|
|
@ -46,6 +47,7 @@ options:
|
|
|
|
creates:
|
|
|
|
creates:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- If the specified absolute path (file or directory) 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.
|
|
|
|
|
|
|
|
- The specified absolute path (file or directory) must be below the base path given with C(dest:).
|
|
|
|
type: path
|
|
|
|
type: path
|
|
|
|
version_added: "1.6"
|
|
|
|
version_added: "1.6"
|
|
|
|
io_buffer_size:
|
|
|
|
io_buffer_size:
|
|
|
|
|