You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/files
Dag Wieers 9ea56d26b0 Fix multiple issues with unzip and gtar support (#4131)
* Improve the correct handling of gtar and unzip options

Add the option --show-transformed-names when extra_opts is being used
Ignore bogus warnings related to empty filenames
Properly quote _and_ escape filenames for unzip command
Rewrite gtar options and provide run_command with array, not string

This fixes #2480 and #4109.

* Make check-mode work for zip-files

Check-mode was disabled for zip-files since gtar did not support it.
This change enables check-mode support for zip-files, but does skip the task when used with gtar.
(Best of both worlds)

Also remove unused compress_mode variable.

This replaces PR #4401, the changes overlap somewhat so I merged them
8 years ago
..
__init__.py package files 10 years ago
acl.py Add acl freebsd (#3656) 8 years ago
assemble.py unsafe writes! (#4314) 8 years ago
copy.py unsafe writes! (#4314) 8 years ago
fetch.py Fix grammar in docs for fetch 'fail_on_missing' (#3872) 9 years ago
file.py file module: add clarification on state=absent re files that do not exist. 8 years ago
find.py find.py: Editing contains description to say regex (#4452) 8 years ago
ini_file.py also match on tabs in ini_file (fixes #106) (#4067) 8 years ago
lineinfile.py unsafe writes! (#4314) 8 years ago
replace.py unsafe writes! (#4314) 8 years ago
stat.py Refactor stat.py so that it would be more friendly for unittests. (#4462) 8 years ago
synchronize.py Be explicit about specifying the ssh port if it was user specified (#4302) 8 years ago
template.py restored incorrectly removed docs, jinja2 override 9 years ago
unarchive.py Fix multiple issues with unzip and gtar support (#4131) 8 years ago
xattr.py Convert the whole files/ directory to py3 syntax (#3685) 9 years ago