community.general/lib/ansible/plugins
Toshio Kuratomi 0a2cdb2585 New tests for copy recursive with absolute paths
Absolute path trailing slash handling in absolute directories

find_needle() isn't passing a trailing slash through verbatim.  Since
copy uses that to determine if it should copy a directory or just the
files inside of it, we have to detect that and restore it after calling
find_needle()

Fixes #27439
2017-07-28 21:00:51 -07:00
..
action New tests for copy recursive with absolute paths 2017-07-28 21:00:51 -07:00
cache Fix redis cache for python3 2017-06-13 09:50:46 -04:00
callback Fixes #17958: use stderr instead of the default stdout for fatal errors (#17962) 2017-07-28 10:50:15 -07:00
cliconf New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
connection Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
filter Fix for to_text and to_bytes error handlers 2017-07-24 09:19:04 -07:00
inventory endswith supports tuples, nicer 2017-07-24 16:49:01 -04:00
lookup Fix _get_file_contents to return bytes and checking that a different file exists than it opens 2017-07-28 11:07:43 -07:00
netconf Add support for netconf network discovery (#25435) 2017-06-28 11:07:38 +05:30
shell added ansible_remote_tmp inventory var (#26754) 2017-07-13 15:31:10 -07:00
strategy add support of nested groups in group_by 2017-07-27 11:37:34 -04:00
terminal Make the 'not found' regex case sensitive (#27100) 2017-07-20 12:33:18 -07:00
test better backwards compat handling of status 2017-07-05 21:44:00 -04:00
vars ensure proper typing of path, cause py3 listdir 2017-06-19 16:35:50 -04:00
__init__.py ensure prefix in plugin loading to avoid conflicts 2017-07-26 11:54:13 -04:00