Fix test_async by using env python
This commit is contained in:
parent
245b10eaa5
commit
cd6d7ddc97
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue