ansible/changelogs/fragments/persistent_socket_path_troubleshoot_url.yml
Ganesh Nalawade 955ef020ef
Add troubleshooting URL for persistent socket path related issue (#38542) (#38577)
* Add troubleshooting URL for persistent socket path related issue

socket path timeout related error messages are not displayed on the
console as the ansible-connection process does not have access to it.
Until this is fixed need to point to troubleshooting URL so that
users can take corrective actions.

* Fix CI issue

* Update changelog fragments
(cherry picked from commit 53d3e7e306)
2018-04-12 10:43:02 +05:30

2 lines
120 B
YAML

bugfixes:
- Add url to troubleshoot persistent socket path related issues https://github.com/ansible/ansible/pull/38542