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/plugins
Strahinja Kustudić 9f0be5a556 Ignores ControlPersist broken pipe errors. Fixes #16731
Ansible will now automatically retry a connection if SSH returns an error:

mux_client_hello_exchange: write packet: Broken pipe

This is probably a bug in SSH, but because it's safe to retry this
connection there is no need for Ansible to fail because of it.
2017-04-07 09:06:28 -07:00
..
action Unhardcode the port and protocol on eos EAPI (#23350) 2017-04-06 19:18:28 +02:00
cache Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
callback Migrate most uses of if type() to if isinstance() 2017-04-04 08:17:20 -07:00
connection Ignores ControlPersist broken pipe errors. Fixes #16731 2017-04-07 09:06:28 -07:00
filter Migrate most uses of if type() to if isinstance() 2017-04-04 08:17:20 -07:00
lookup Fix errors reported by pylint. (#23282) 2017-04-06 16:58:16 -07:00
shell improve become_method: runas error handling (#23328) 2017-04-06 01:34:30 -07:00
strategy Only insert notified host if it's not already notified for certain cases 2017-04-04 16:03:29 -05:00
terminal Updated the Regex for promt matching (#23186) 2017-03-31 18:29:45 +01:00
test Migrate most uses of if type() to if isinstance() 2017-04-04 08:17:20 -07:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Graceful error message for abstract base classes in PluginLoader 2017-02-22 10:27:29 -05:00