changed winrm _reset to reset and make ssh reset show warning (#42651)

* changed winrm _reset to reset and make ssh reset show warning

* minor changelog update
This commit is contained in:
Jordan Borean 2018-07-12 13:22:01 +10:00 committed by Matt Davis
parent a5fc9a17f0
commit d723b8541d
6 changed files with 10 additions and 7 deletions

View file

@ -767,7 +767,7 @@ class TaskExecutor:
display.vvvv("Exception during async poll, retrying... (%s)" % to_text(e))
display.debug("Async poll exception was:\n%s" % to_text(traceback.format_exc()))
try:
normal_handler._connection._reset()
normal_handler._connection.reset()
except AttributeError:
pass