mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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…
Add table
Reference in a new issue