tests: fix apparently erroneous localhost delegation.

The stack delegates to localhost, which has ansible_python_interpreter
set.
issue72
David Wilson 6 years ago
parent e85760477b
commit f6b74992e1

@ -331,9 +331,7 @@
out.result == [ out.result == [
{ {
'kwargs': { 'kwargs': {
'python_path': [ 'python_path': None
hostvars['cd-normal'].local_env.sys_executable
],
}, },
'method': 'local', 'method': 'local',
}, },

Loading…
Cancel
Save