mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
fixes issue that caused eapi transport setting to get lost (#21919)
The eos action didn't properly set provider transport argument for the module. This patch fixes that problem
This commit is contained in:
@@ -87,6 +87,7 @@ class ActionModule(_ActionModule):
|
||||
|
||||
else:
|
||||
provider_arg = {
|
||||
'transport': 'eapi',
|
||||
'host': provider.get('host') or self._play_context.remote_addr,
|
||||
'port': provider.get('port'),
|
||||
'username': provider.get('username') or self._play_context.connection_user,
|
||||
|
||||
Reference in New Issue
Block a user