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