mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
psexec: Handle socket errors (Connection timeout) (#47201)
* psexec: Handle socket errors (Connection timeout) This ensures we get a nicer error message from psexec. * Add changelog fragment
This commit is contained in:
parent
6d6245db0f
commit
6f9c6071e5
2 changed files with 33 additions and 12 deletions
2
changelogs/fragments/psexec-handle-socket-errors.yaml
Normal file
2
changelogs/fragments/psexec-handle-socket-errors.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- psexec - Handle socket.error exceptions properly
|
Loading…
Add table
Add a link
Reference in a new issue