1
0
Fork 0
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:
Michael DeHaan 2013-02-23 11:56:24 -05:00
parent 5a1aef5372
commit f7fb681bb2

View file

@ -27,7 +27,7 @@ from ansible import utils
from ansible.callbacks import vvv
class Connection(object):
''' Local based connections '''
''' Local chroot based connections '''
def __init__(self, runner, host, port, **kwargs):
self.chroot = host