Commit f7fb681b by Michael DeHaan

Fix comment in chroot connection type

parent 5a1aef53
...@@ -27,7 +27,7 @@ from ansible import utils ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment