community.general/lib/ansible/modules/files
Michael Scherer a567942405 Fix unarchive on python3
Since handler.files_in_archive is a list of files coming from
various executables output, that's a bytes list, and we use it
with dest who is a str. So we need to convert that to native
type.
2016-12-08 11:25:20 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
acl.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
assemble.py Fix assemble module for python3 2016-12-08 11:25:18 -05:00
copy.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 2016-12-08 11:24:59 -05:00
fetch.py Fix grammar in docs for fetch 'fail_on_missing' (#3872) 2016-12-08 11:24:35 -05:00
file.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 2016-12-08 11:24:59 -05:00
find.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
ini_file.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
lineinfile.py to_text, to_bytes, and to_native now have surrogate_or_strict error handler (#4630) 2016-12-08 11:24:57 -05:00
replace.py Declare empty diff dict ahead of time (#4646) 2016-12-08 11:24:59 -05:00
stat.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
synchronize.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
template.py restored incorrectly removed docs, jinja2 override 2016-12-08 11:24:37 -05:00
unarchive.py Fix unarchive on python3 2016-12-08 11:25:20 -05:00
xattr.py Convert the whole files/ directory to py3 syntax (#3685) 2016-12-08 11:24:29 -05:00