Fix comment in chroot connection type
This commit is contained in:
parent
5a1aef5372
commit
f7fb681bb2
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ from ansible import utils
|
||||||
from ansible.callbacks import vvv
|
from ansible.callbacks import vvv
|
||||||
|
|
||||||
class Connection(object):
|
class Connection(object):
|
||||||
''' Local based connections '''
|
''' Local chroot based connections '''
|
||||||
|
|
||||||
def __init__(self, runner, host, port, **kwargs):
|
def __init__(self, runner, host, port, **kwargs):
|
||||||
self.chroot = host
|
self.chroot = host
|
||||||
|
|
Loading…
Reference in a new issue