From f7fb681bb229eb7563031f6c4d0a8ee647404a26 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 23 Feb 2013 11:56:24 -0500 Subject: [PATCH] Fix comment in chroot connection type --- lib/ansible/runner/connection_plugins/chroot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/runner/connection_plugins/chroot.py b/lib/ansible/runner/connection_plugins/chroot.py index bb898acbc75..05532965d31 100644 --- a/lib/ansible/runner/connection_plugins/chroot.py +++ b/lib/ansible/runner/connection_plugins/chroot.py @@ -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