community.general/lib/ansible/modules/files
Charles Ferguson e86ba78685 Update documentation for 'file' module to include 'diff_peek'.
The 'diff_peek' option isn't documented at all, and provides a
rudimentary check that the content isn't binary. Documentation is
added to explain the option.

The 'validate' option has a declaration, but isn't implemented.
Therefore it may as well be removed from the module.
2016-12-08 11:23:49 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
acl.py Fix physical walk on acl module for Linux 2016-12-08 11:23:33 -05:00
assemble.py assemble: add file validation support. 2016-12-08 11:23:31 -05:00
copy.py This fixes copy with the remote_src option 2016-12-08 11:23:48 -05:00
fetch.py Add missing GPLv3 License header 2016-12-08 11:23:25 -05:00
file.py Update documentation for 'file' module to include 'diff_peek'. 2016-12-08 11:23:49 -05:00
find.py since find doesn't make changes, support check mode and gather data for other tasks in check mode 2016-12-08 11:23:44 -05:00
ini_file.py create non-existent ini file 2016-12-08 11:23:48 -05:00
lineinfile.py Move validate command into doc fragment and fix a few typos 2016-12-08 11:23:24 -05:00
replace.py Move validate command into doc fragment and fix a few typos 2016-12-08 11:23:24 -05:00
stat.py Added the checksum_algo alias to the stats module. 2016-12-08 11:23:47 -05:00
synchronize.py Change the example of rsync_opts to use a list instead of a string 2016-12-08 11:23:37 -05:00
template.py Add missing GPLv3 License header 2016-12-08 11:23:25 -05:00
unarchive.py Removed check whether destination directory is writable from files/unarchive.py. This check will prevent extraction of an archive if the archive does not actually write to the destination directory but only writes to any writable sub-directories of it. The underlying tar command will report errors should it try to write to read-only directories. 2016-12-08 11:23:29 -05:00
xattr.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00