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 == [
|
out.result == [
|
||||||
{
|
{
|
||||||
'kwargs': {
|
'kwargs': {
|
||||||
'python_path': [
|
'python_path': None
|
||||||
hostvars['cd-normal'].local_env.sys_executable
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
'method': 'local',
|
'method': 'local',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue