mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|