mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 16:04:09 -07:00
Standardize args/kwargs on connection plugins.
This commit is contained in:
parent
d5d26bab9b
commit
3d25b4a7c0
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue