Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
d0912b84
Commit
d0912b84
authored
Jan 21, 2014
by
Jan-Piet Mens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
documentation typos
parent
4b9127f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
library/files/unarchive
+5
-5
No files found.
library/files/unarchive
View file @
d0912b84
...
...
@@ -23,9 +23,9 @@ DOCUMENTATION = '''
---
module: unarchive
version_added: 1.4
short_description: Copies a
rchive to remote locations and unpacks them
short_description: Copies a
n archive to a remote location and unpack it
description:
- The M(unarchive) module copies an archive file
on the local box to remote locations and unpacks them
.
- The M(unarchive) module copies an archive file
from the local machine to a remote and unpacks it
.
options:
src:
description:
...
...
@@ -42,10 +42,10 @@ todo:
- detect changed/unchanged for .zip files
- handle common unarchive args, like preserve owner/timestamp etc...
notes:
- requires
tar/unzip command on
host
- can handle
gzip, bzip2 and xz
compressed as well as uncompressed tar files
- requires
C(tar)/C(unzip) command on target
host
- can handle
I(gzip), I(bzip2) and I(xz)
compressed as well as uncompressed tar files
- detects type of archive automatically
- uses tar's
--diff arg to calculate if changed or not. If this arg
is not
- uses tar's
C(--diff arg) to calculate if changed or not. If this C(arg)
is not
supported, it will always unpack the archive
- does not detect if a .zip file is different from destination - always unzips
- existing files/directories in the destination which are not in the archive
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment