summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/module_tracebacks/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/module_tracebacks/inventory')
-rw-r--r--test/integration/targets/module_tracebacks/inventory5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/module_tracebacks/inventory b/test/integration/targets/module_tracebacks/inventory
new file mode 100644
index 0000000..9156526
--- /dev/null
+++ b/test/integration/targets/module_tracebacks/inventory
@@ -0,0 +1,5 @@
+testhost_local ansible_connection=local
+testhost_ssh ansible_connection=ssh ansible_host=localhost
+
+[all:vars]
+ansible_python_interpreter="{{ ansible_playbook_python }}"