community.general/lib/ansible/modules/files
Toshio Kuratomi f86ce0975d Add a directory walker to copy
* We need a directory walker that can handle symlinks, empty directories,
  and some other odd needs.  This commit contains a directory walker that
  can do all that.  The walker returns information about the files in the
  directories that we can then use to implement different strategies for
  copying the files to the remote machines.
* Add local_follow parameter to copy that follows local symlinks (follow
  is for remote symlinks)
* Refactor the copying of files out of run into its own method
* Add new integration tests for copy

Fixes #24949
Fixes #21513
2017-07-20 08:01:29 -07:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
acl.py Add missing import for get_exception 2017-06-12 13:18:54 -04:00
archive.py Fix for check_mode in archive (#26788) 2017-07-14 09:06:17 -04:00
assemble.py Changed assemble_from_fragments to use os.path.join (#24909) 2017-05-22 15:38:11 -07:00
blockinfile.py Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
copy.py Add a directory walker to copy 2017-07-20 08:01:29 -07:00
fetch.py Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
file.py Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
find.py Corrected the examples in find module to make sure the commands are accurate to what is being described. 2017-06-28 18:17:22 -04:00
ini_file.py ini_file 'create' parameter default value should be True 2017-04-13 11:08:21 -04:00
iso_extract.py corrected supported_by key 2017-06-28 15:12:42 -04:00
lineinfile.py make lineinfile docs clearer and make module pep8 (#23857) 2017-04-23 09:19:22 +02:00
patch.py patch: PEP8, imports, cosmetics (#24649) 2017-06-02 08:42:40 +01:00
replace.py Fixed subsection replacement with before/after patterns 2017-06-07 01:45:34 -07:00
stat.py Fix symlink handling (#26877) 2017-07-17 12:06:35 -07:00
synchronize.py UserKnownHostsFile=/dev/null when verify_host: false 2017-07-05 09:42:04 -05:00
tempfile.py Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
template.py Fix version_added for new option in template introduced in #21846 (#24307) 2017-05-04 14:53:00 -05:00
unarchive.py Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
xattr.py Downgraded more modules from Curated to Community (#24751) 2017-05-18 08:28:41 -07:00