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 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