summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/custom_template.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/template/custom_template.yml')
-rw-r--r--test/integration/targets/template/custom_template.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/template/custom_template.yml b/test/integration/targets/template/custom_template.yml
new file mode 100644
index 0000000..e5c7aac
--- /dev/null
+++ b/test/integration/targets/template/custom_template.yml
@@ -0,0 +1,4 @@
+- hosts: testhost
+ gather_facts: yes
+ roles:
+ - { role: custom_tasks }