ansible/changelogs/fragments/61570-netcli-put-get.yaml
Nathaniel Case 50e09be14f
Allow the use of _paramiko_conn even if the connection hasn't been started. (#61570)
* Allow the use of _paramiko_conn even if the connection hasn't been started.

I'm not sure what the benefit is of Noneing paramiko_conn on close, but will keep for now

* Fix test

* Try to fix up net_put & net_get

* Add changelog
2019-09-09 16:59:20 -04:00

3 lines
106 B
YAML

bugfixes:
- "fixed issues when using net_get & net_put before the persistent connection has been started"