mirror of https://github.com/ansible/ansible.git
winrm - Handle task timeout (#82784)
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.pull/82874/head
parent
c9086061ca
commit
8aecd1f9b2
@ -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