Commit de753fe9 by James Tanner Committed by Michael DeHaan

Fix test_async by using env python

parent a9762357
......@@ -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'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment