summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/set_fact/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/set_fact/inventory')
-rw-r--r--test/integration/targets/set_fact/inventory3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/targets/set_fact/inventory b/test/integration/targets/set_fact/inventory
new file mode 100644
index 0000000..b0c00d3
--- /dev/null
+++ b/test/integration/targets/set_fact/inventory
@@ -0,0 +1,3 @@
+[testgroup]
+testhost ansible_connection=local # no connection is actually established with this host
+localhost ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"