mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Chroot also needs args/kwargs.
This commit is contained in:
@@ -30,7 +30,7 @@ from ansible.callbacks import vvv
|
||||
class Connection(object):
|
||||
''' Local chroot based connections '''
|
||||
|
||||
def __init__(self, runner, host, port, **kwargs):
|
||||
def __init__(self, runner, host, port, *args, **kwargs):
|
||||
self.chroot = host
|
||||
|
||||
if os.geteuid() != 0:
|
||||
|
||||
Reference in New Issue
Block a user