community.general/lib/ansible/plugins
Ganesh Nalawade bb998a3cd2 Add fix to read correct socket path recieved from ansible-connection (#27560)
Currently socket path is send from `ansible-connection` (running as background
process) over stdout. This can conflict with debug logs that are also send on
stdout resulting in incorrect socket path received by the main process.

To avoid this add a socket path delimiter string which is recevied by
main process and socket path is retrieved based on delimiter string.

This implementation will change in future when ansible-connection
framework is made more robust.
2017-08-01 19:32:25 +05:30
..
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 skippy callback plugin: hides banner for skipped tasks (#18621) 2017-08-01 08:19:51 -04:00
cliconf New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
connection Add fix to read correct socket path recieved from ansible-connection (#27560) 2017-08-01 19:32:25 +05:30
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 make random_choice more error resilient (#27380) 2017-07-31 11:44:53 -04:00
netconf Add support for netconf network discovery (#25435) 2017-06-28 11:07:38 +05:30
shell fix to alllow the winrm plugin to send input with Python 3 (#27474) 2017-07-31 18:35:05 -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