From cd6d7ddc97fb5ae8d9e234395feba355bdbe112e Mon Sep 17 00:00:00 2001 From: James Tanner Date: Thu, 6 Mar 2014 13:32:00 -0500 Subject: [PATCH] Fix test_async by using env python --- test/integration/host_vars/testhost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/host_vars/testhost b/test/integration/host_vars/testhost index facd519959b..6e1d11307f9 100644 --- a/test/integration/host_vars/testhost +++ b/test/integration/host_vars/testhost @@ -7,4 +7,4 @@ test_hash: host_vars_testhost: "this is in host_vars/testhost" # Support execution from within a virtualenv -ansible_python_interpreter: ${VIRTUAL_ENV-/usr}/bin/python +ansible_python_interpreter: '/usr/bin/env python'