Fix test_async by using env python

remotes/origin/release1.5.3
James Tanner 11 years ago committed by Michael DeHaan
parent a9762357f9
commit de753fe99c

@ -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'

Loading…
Cancel
Save