ansible/changelogs/fragments/winrm-all-timeout-exceptions.yaml
Simon Westphahl a44dfed570 Catch all request timeouts for winrm connection (#54104)
* 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
2019-03-28 13:44:49 +10:00

4 lines
116 B
YAML

---
minor_changes:
- Catch all connection timeout related exceptions and raise
AnsibleConnectionError instead