mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 15:51:05 +00:00
Fix comment in chroot connection type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user