summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/any_errors_fatal/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/any_errors_fatal/inventory')
-rw-r--r--test/integration/targets/any_errors_fatal/inventory6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/targets/any_errors_fatal/inventory b/test/integration/targets/any_errors_fatal/inventory
new file mode 100644
index 0000000..3ae8d9c
--- /dev/null
+++ b/test/integration/targets/any_errors_fatal/inventory
@@ -0,0 +1,6 @@
+[local]
+testhost ansible_connection=local host_var_role_name=role3
+testhost2 ansible_connection=local host_var_role_name=role2
+
+[local:vars]
+ansible_python_interpreter="{{ ansible_playbook_python }}"