community.general/lib/ansible/plugins
Toshio Kuratomi 3edac559d3 the smart transport is broken by ssh retry code
1fe67f9 introduced retries to the ssh connection put file and fetch
file.  Unfortunately, that change broke the smart transport because it
started raising exceptions instead of returning from _run().  This
breakage is documented in #23711.

An attempt to fix it was made at #23717 but the first attempt was
objected to as needing to touch too much code.  The second attmept was
objected to as smart was forced to encapsulate retries (thus retrying
a sftp "rety" times before trying scp "retry" times and then finally
moving onto piped).  This third attempt has retries encapsulate smart.
So each sub-transport is tried once and if all three fail, another retry
attempt is made which tries each of the three again.

Fixes #23711
Fixes #23717
2017-08-14 08:08:00 -07:00
..
action update telnet module (#28100) 2017-08-11 23:50:01 -04:00
cache Fix redis cache for python3 2017-06-13 09:50:46 -04:00
callback add playbook runtime stat in the logstash callback stats (#25785) 2017-08-10 13:43:21 -04:00
cliconf New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
connection the smart transport is broken by ssh retry code 2017-08-14 08:08:00 -07:00
filter Corrects default arg format used by datetime filter (#27612) 2017-08-07 11:33:25 -07:00
inventory endswith supports tuples, nicer 2017-07-24 16:49:01 -04:00
lookup Fixes #24414, Added support for a ETCD folders (#24432) 2017-08-10 07:44:05 -06: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 strategy: lost list order using with_items during displaying results Fixes #21008 2017-08-14 10:59:25 -04:00
terminal fix issue with trailing white space when logging into asa (#28073) 2017-08-11 12:30:57 -04:00
test better backwards compat handling of status 2017-07-05 21:44:00 -04:00
vars Don't compare group_vars paths with bytestrings (#27922) 2017-08-11 10:21:20 -04:00
__init__.py ensure prefix in plugin loading to avoid conflicts 2017-07-26 11:54:13 -04:00