blob: 1b77a7ea714d6bd87c5624788f506b7d91458165 (
plain)
1
2
3
4
5
6
|
# Do not put test specific entries in this inventory file.
# For script based test targets (using runme.sh) put the inventory file in the test's directory instead.
[testgroup]
# ansible_python_interpreter must be set to avoid interpreter discovery
testhost ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
|