mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
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:
parent
a5fc9a17f0
commit
d723b8541d
6 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue