Commit Graph

29 Commits (dea00c767bba8828bc347d9f8cf67a335cb0ce8f)

Author SHA1 Message Date
Michael DeHaan ef10c2dd9b Merge pull request #8441 from willthames/unarchive_dest_fix
Unarchive should work when parent directory is not writable
10 years ago
Michael DeHaan 60ce2d3853 Fix documentation builds. 10 years ago
Michael DeHaan 0591d3dfbf Merge pull request #7312 from bcoca/unarchive_docs
reworded copy option docs
10 years ago
Will Thames de16785b8c Unarchive should work when parent directory is not writable
Correct unarchive so that the checks for writeability are
sensible.

Added a test for when parent directory is not writable
10 years ago
Michael DeHaan 03c46f016a Update unarchive example. 10 years ago
Lee Gillentine 7cdeddb740 Pushing up correct example :( 10 years ago
Lee Gillentine 1b742ca567 Adding another example to demonstrate unarchive working entirely on a remote machine 10 years ago
James Cammarata bdf84b4e73 Merge branch 'unarchive-fix-7777-simple' of https://github.com/toddmowen/ansible into toddmowen-unarchive-fix-7777-simple 10 years ago
Todd Owen dc7e1fe21e unarchive: do not assume tar supports -C
Fixes #7777
(But don't rewrite the tar invocation in is_unarchived(), since a
tar that supports "--diff" certainly supports "-C" as well).
10 years ago
Todd Owen 2b9402dc5c unarchive: improve failure detection and reporting
Related to #7777
10 years ago
Brian Coca 6cad8620d5 reworded copy option docs to be clearer 11 years ago
James Cammarata 39356bd83b Get the bin path for commands in the unarchive module
Fixes #6927
11 years ago
Richard C Isaacson 7fff5abd5b unarchive module: Add creates functionality.
Closes GH-5354.

Forklift copy logic into unarchive. Provides integration unit tests.
11 years ago
Richard C Isaacson 54c799d3fb Cleanup per notes.
Some small changes to per notes from @mpdehann.
11 years ago
Richard C Isaacson 9795eec24b Updates for the unarchive module and action_plugin.
There is a bit going on with the changes here. Most of the changes are cleanup of files so that they line up with the standard files.

PR #5136 was merged into the current devel and brought up to working order. A few bug fixes had to be done to get the code to test correctly. Thanks out to @pib!

Issue #5431 was not able to be confirmed as it behaved as expected with a sudo user.

Tests were added via a playbook with archive files to verify functionality.

All tests fire clean including custom playbooks across multiple linux and solaris systems.
11 years ago
Richard C Isaacson a3be027909 Merge remote-tracking branch 'pib/unarchive_remote' into pull_5136 11 years ago
Jan-Piet Mens 95c826a533 documentation typos 11 years ago
Paul Bonser 4df9dd9232 Optionally unarchive a file already on the remote machine 11 years ago
James Tanner 4f9aadcc07 Addresses #5023 Fix import comments 11 years ago
James Tanner 38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
greenbrian 74a2bf4369 Update unarchive
Modified argument order provided to unzip command as the -o was being interpreted as a file.
11 years ago
Michael Scherer b3758f6ea4 Do not use construct not compatible with python 2.4, fix #5006 11 years ago
Joshua Lund 4b9227a673 Fixed a typo in the 'unarchive' module documentation 11 years ago
James Tanner aa0af14734 Fix pep8 errors in unarchive module 11 years ago
Michael DeHaan 08996d78d6 Add version_added to all modules missing version_added information, the docs formatter will now
raise errors when omitted, updated changelog with new modules.
11 years ago
James Tanner a3631638e5 Set required = True for src in unarchive module. 11 years ago
Dylan Martin bc2b826fc4 unarchive - mvd docs to top of file 11 years ago
Dylan Martin d4a9e54f26 better docs 11 years ago
Dylan Martin 3420ffa94b unarchive module & action_plugin added 11 years ago