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/lib/ansible/modules/files
Nikita Chepanov 9514a618b7 Add copy module support for filesystems without chmod (#40099)
* only relevant to remote_src=True
* separate file content copying from file stats copying
* raise exception on mode='preserve', ignore otherwise

Fixes: #19731
Signed-off-by: Nikita Chepanov <nchepanov@bloomberg.net>
8 years ago
..
__init__.py package files 9 years ago
acl.py Remove deprecated get_exception API 8 years ago
archive.py archive: Add support for xz (#34110) 8 years ago
assemble.py now get_url defaults to module temp dir (#36218) 8 years ago
blockinfile.py now get_url defaults to module temp dir (#36218) 8 years ago
copy.py Add copy module support for filesystems without chmod (#40099) 8 years ago
fetch.py Clean up module documentation (#36909) 8 years ago
file.py Set prev_state in the state functions 8 years ago
find.py Optimize file handling in the find module (#38192) 8 years ago
ini_file.py ini_file: add allow_no_value param (#24442) 8 years ago
iso_extract.py Update metadata to 1.1 8 years ago
lineinfile.py minor wording changes to remove ambiguity 8 years ago
patch.py add state parameter to patch module (#33692) 8 years ago
replace.py now get_url defaults to module temp dir (#36218) 8 years ago
stat.py removed Queen's english from documentation 8 years ago
synchronize.py dedupe the --rsh options in favor of user supplied (#38096) 8 years ago
tempfile.py tempfile: PEP8 compliancy, pylint and docs (#30859) 8 years ago
template.py Fixes for mode=preserve (#39343) 8 years ago
unarchive.py Add example to clear the usage of `extra_opts` (#31873) 8 years ago
xattr.py Remove deprecated get_exception API 8 years ago
xml.py Update xml.py (#38019) 8 years ago