mirror of https://github.com/ansible/ansible.git
When using winrm over HTTP with message encryption enabled and a task
has timed out the connection plugin will fail to cleanup the WinRM
command. This will change that exception into a warning as a timeout is
already an exception event and a failure to clean the operation should
not override the timeout error shown.
(cherry picked from commit 8aecd1f9b2
)
pull/83043/head
parent
78615d0317
commit
10005e883e
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- winrm - Do not raise another exception during cleanup when a task is timed out - https://github.com/ansible/ansible/issues/81095
|
Loading…
Reference in New Issue