mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix reconstructing socket path in network_cli (#33572)
* Persistent connection socket path is hash of remote address, port, remote user and connection type. * Integration test fixes
This commit is contained in:
parent
6654d69569
commit
399e72abb0
3 changed files with 5 additions and 2 deletions
|
@ -35,3 +35,6 @@
|
|||
state: absent
|
||||
authorize: yes
|
||||
register: result
|
||||
|
||||
- name: reset connection
|
||||
meta: reset_connection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue