mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 07:19:10 -07:00
Add ansible_ssh_user/pass to enable inventory-defined users
This commit is contained in:
parent
c83e428a7e
commit
a1e00c93e5
7 changed files with 33 additions and 26 deletions
|
@ -34,7 +34,7 @@ except ImportError:
|
|||
class Connection(object):
|
||||
''' ZeroMQ accelerated connection '''
|
||||
|
||||
def __init__(self, runner, host, port):
|
||||
def __init__(self, runner, host, port, **kwargs):
|
||||
|
||||
self.runner = runner
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue