issue #152: respect the Ansible-selected interpreter for local connections too.

wip-fakessh-exit-status
David Wilson 6 years ago
parent 89b0faae2f
commit c183f06dfb

@ -135,6 +135,7 @@ class Connection(ansible.plugins.connection.ConnectionBase):
"""
return mitogen.service.call(self.parent, ContextService.handle, cast({
'method': 'local',
'python_path': self.python_path,
}))
def _connect_ssh(self):

Loading…
Cancel
Save