community.general/lib/ansible/modules/files
Charles Ferguson 4c93b5dab6 Add documentation to 'file' AnsibleModule definition for internals.
The parameters 'diff_peek' and 'validate' are not expected to be used
by users. They are internal. To make it clear, this change adds the
comments 'Internal use only' to each of those definitions to make
it clear that they are actually used, just not by end-users.
2016-12-08 11:23:50 -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 Add documentation to 'file' AnsibleModule definition for internals. 2016-12-08 11:23:50 -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