tests: fix apparently erroneous localhost delegation.
The stack delegates to localhost, which has ansible_python_interpreter set.
This commit is contained in:
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…
Reference in New Issue