summaryrefslogtreecommitdiffstats
path: root/controller/share/dtf-controller/ansible/dummy-wrapper.yml
diff options
context:
space:
mode:
Diffstat (limited to 'controller/share/dtf-controller/ansible/dummy-wrapper.yml')
-rw-r--r--controller/share/dtf-controller/ansible/dummy-wrapper.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/controller/share/dtf-controller/ansible/dummy-wrapper.yml b/controller/share/dtf-controller/ansible/dummy-wrapper.yml
new file mode 100644
index 0000000..524b0ea
--- /dev/null
+++ b/controller/share/dtf-controller/ansible/dummy-wrapper.yml
@@ -0,0 +1,7 @@
+- name: "dummy-wrapper"
+ hosts: "{{ target }}"
+ remote_user: root
+ gather_facts: False
+
+ tasks:
+ - include: "{{ include_file }}"