From f6b74992e1861caf738c228ff36fa9a4cff44be9 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 11 Sep 2018 05:22:49 +0100 Subject: [PATCH] tests: fix apparently erroneous localhost delegation. The stack delegates to localhost, which has ansible_python_interpreter set. --- tests/ansible/integration/delegation/stack_construction.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/ansible/integration/delegation/stack_construction.yml b/tests/ansible/integration/delegation/stack_construction.yml index beb9a9d1..4d9c75f4 100644 --- a/tests/ansible/integration/delegation/stack_construction.yml +++ b/tests/ansible/integration/delegation/stack_construction.yml @@ -331,9 +331,7 @@ out.result == [ { 'kwargs': { - 'python_path': [ - hostvars['cd-normal'].local_env.sys_executable - ], + 'python_path': None }, 'method': 'local', },