Fix comment in chroot connection type

pull/2120/merge
Michael DeHaan 12 years ago
parent 5a1aef5372
commit f7fb681bb2

@ -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…
Cancel
Save