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

This commit is contained in:
David Wilson 2018-03-19 00:47:33 +05:45
parent 89b0faae2f
commit c183f06dfb
1 changed files with 1 additions and 0 deletions

View File

@ -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):