ansible/files
JesseEmond 1f741b69f4 Unarchive stop passing file mode to tar command (#4179)
Fixes #4063.

Tar does not use this parameter on extraction (-x) or diff (-d)(the
only two cases where it is passed in unarchive). It only uses it on
creation:
https://www.gnu.org/software/tar/manual/html_section/tar_33.html

Providing `unarchive` with a file mode of `0755` (octal) makes it pass
the argument `--mode 493` (493 = 0755 in decimal) to `tar`, which then
fails while verifying it (because it contains an invalid octal char
'9'). Not passing the parameter to tar solves the issue.
2016-09-21 20:38:05 +02:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
acl.py Add acl freebsd (#3656) 2016-08-23 11:11:34 -04:00
assemble.py unsafe writes! (#4314) 2016-08-09 12:39:25 -04:00
copy.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 2016-09-02 11:25:31 -07:00
fetch.py Fix grammar in docs for fetch 'fail_on_missing' (#3872) 2016-06-06 15:27:18 -04:00
file.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 2016-09-02 11:25:31 -07:00
find.py find.py: Editing contains description to say regex (#4452) 2016-08-17 11:53:05 -04:00
ini_file.py Insert missing option line before blank lines (#4747) 2016-09-19 08:56:29 +02:00
lineinfile.py to_text, to_bytes, and to_native now have surrogate_or_strict error handler (#4630) 2016-09-01 04:19:15 -07:00
replace.py Declare empty diff dict ahead of time (#4646) 2016-09-02 20:55:03 +02:00
stat.py typo in stat.executable (was stat.excutable) (#4886) 2016-09-16 18:48:21 -04:00
synchronize.py Be explicit about specifying the ssh port if it was user specified (#4302) 2016-08-08 08:59:25 -07:00
template.py restored incorrectly removed docs, jinja2 override 2016-06-15 17:01:46 -04:00
unarchive.py Unarchive stop passing file mode to tar command (#4179) 2016-09-21 20:38:05 +02:00
xattr.py Convert the whole files/ directory to py3 syntax (#3685) 2016-05-18 07:01:53 -07:00