mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Fix test_async by using env python
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user