mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Standardize args/kwargs on connection plugins.
This commit is contained in:
@@ -34,7 +34,7 @@ except ImportError:
|
||||
class Connection(object):
|
||||
''' ZeroMQ accelerated connection '''
|
||||
|
||||
def __init__(self, runner, host, port, **kwargs):
|
||||
def __init__(self, runner, host, port, *args, **kwargs):
|
||||
|
||||
self.runner = runner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user