mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
@@ -21,7 +21,7 @@
|
||||
name: "{{ test_interface }}"
|
||||
state: up
|
||||
tx_rate: ge(0)
|
||||
rx_rate: le(0)
|
||||
rx_rate: ge(0)
|
||||
authorize: yes
|
||||
register: result
|
||||
|
||||
|
||||
@@ -35,3 +35,6 @@
|
||||
state: absent
|
||||
authorize: yes
|
||||
register: result
|
||||
|
||||
- name: reset connection
|
||||
meta: reset_connection
|
||||
|
||||
Reference in New Issue
Block a user