1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
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
..
cli Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
compat
config New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
errors correct, cleanup & simplify dwim stack (#25956) 2017-07-03 15:27:53 -04:00
executor include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
galaxy
inventory ensure all groups inherit from 'all' 2017-07-13 18:38:39 -04:00
module_utils openssl_*: Allow user to specify privatekey passphrase 2017-07-19 18:21:30 -07:00
modules Add a directory walker to copy 2017-07-20 08:01:29 -07:00
parsing Add a directory walker to copy 2017-07-20 08:01:29 -07:00
playbook deprecated msg: fix a typo 2017-07-19 17:23:41 -04:00
plugins Add a directory walker to copy 2017-07-20 08:01:29 -07:00
template Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
utils New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
vars removed redundant loader 2017-07-17 09:03:39 -04:00
__init__.py
constants.py Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
release.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00