ansible/changelogs/fragments/ssh_connection_fixes.yml

4 lines
271 B
YAML
Raw Normal View History

bugfixes:
- connection/ssh, ensure parameters come from correct source get_option, so functionality matches docs.
- connection/ssh, fix reset to use same parameters to check if socket exists as actually used, was hardcoded to default string construction previouslly.