tests: fix apparently erroneous localhost delegation.

The stack delegates to localhost, which has ansible_python_interpreter
set.
This commit is contained in:
David Wilson 2018-09-11 05:22:49 +01:00
parent e85760477b
commit f6b74992e1
1 changed files with 1 additions and 3 deletions

View File

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