1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix test_async by using env python

This commit is contained in:
James Tanner 2014-03-06 13:32:00 -05:00
parent 245b10eaa5
commit cd6d7ddc97

View file

@ -7,4 +7,4 @@ test_hash:
host_vars_testhost: "this is in host_vars/testhost" host_vars_testhost: "this is in host_vars/testhost"
# Support execution from within a virtualenv # Support execution from within a virtualenv
ansible_python_interpreter: ${VIRTUAL_ENV-/usr}/bin/python ansible_python_interpreter: '/usr/bin/env python'