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

@ -82,7 +82,7 @@ class ActionModule(ActionBase):
display.vvv("wait_for_connection: attempting ping module test")
# call connection reset between runs if it's there
try:
self._connection._reset()
self._connection.reset()
except AttributeError:
pass