mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Ironware module_utils cliconf plugin minor change (#32920)
As per refactor in connection framework PR 32521 pass socket_path to Connection class while initiating cliconf connection
This commit is contained in:
@@ -61,7 +61,7 @@ def get_connection(module):
|
||||
global _CONNECTION
|
||||
if _CONNECTION:
|
||||
return _CONNECTION
|
||||
_CONNECTION = Connection(module)
|
||||
_CONNECTION = Connection(module._socket_path)
|
||||
|
||||
return _CONNECTION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user