community.general/lib/ansible/modules/files
Sam Doran 8b1ae30e2e
Use bytes rather than native string for result (#46281)
This prevents a stack trace in Python 3 when the result is an empty file since
the file is open in binary mode and a native string in Python 3 is str,
not bytes.
2018-09-28 16:04:50 -04:00
..
__init__.py
acl.py Add nomask option to the acl module (#39810) 2018-06-13 15:08:00 -04:00
archive.py archive: Add support for xz (#34110) 2018-01-22 07:33:07 -05:00
assemble.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
blockinfile.py Use bytes rather than native string for result (#46281) 2018-09-28 16:04:50 -04:00
copy.py Update copy.py (#45393) 2018-09-10 04:05:34 +02:00
fetch.py 2.8 Core Deprecation Removal (#45232) 2018-09-10 15:05:52 -05:00
file.py Make it clear that recurse only applies to state=directory (#40222) 2018-09-12 13:00:49 -04:00
find.py Add documentation about patterns with commas to find module (#45360) 2018-09-11 11:04:17 -04:00
ini_file.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
iso_extract.py
lineinfile.py Fix PEP8 issue. 2018-09-01 22:54:13 -07:00
patch.py add state parameter to patch module (#33692) 2018-05-12 04:58:12 -04:00
replace.py Fix remote_tmp when become with non admin user (#42396) 2018-07-06 10:49:19 -07:00
stat.py Fix dead code in files module (#43479) 2018-09-04 09:06:57 -05:00
synchronize.py Update synchronize.py, mention variable ansible_rsync_path needed for different local rsync binary (#41870) 2018-09-25 11:27:24 +01:00
tempfile.py
template.py Clarify docs re mode's octal representation (#44410) 2018-08-29 15:12:32 -05:00
unarchive.py Fix dead code in files module (#43479) 2018-09-04 09:06:57 -05:00
xattr.py Adding namespace option into the xattr module (#42755) 2018-07-16 13:26:06 -04:00
xml.py Add option to control CDATA tags stripping (#42689) 2018-07-13 21:54:38 +02:00