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 == [
{
'kwargs': {
'python_path': [
hostvars['cd-normal'].local_env.sys_executable
],
'python_path': None
},
'method': 'local',
},

Loading…
Cancel
Save