a44dfed570
* Catch all request timeouts for winrm connection The current implementation only catches 'ConnectTimeout' exceptions. Instead we should catch 'Timout' which also catches ReadTimeout exceptions. Improves on: #51744 Co-Authored-By: westphahl <westphahl@gmail.com> * Changelog for winrm error handling improvement
4 lines
116 B
YAML
4 lines
116 B
YAML
---
|
|
minor_changes:
|
|
- Catch all connection timeout related exceptions and raise
|
|
AnsibleConnectionError instead
|