summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/handlers.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/handlers/handlers.yml')
-rw-r--r--test/integration/targets/handlers/handlers.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/handlers/handlers.yml b/test/integration/targets/handlers/handlers.yml
new file mode 100644
index 0000000..aed75bd
--- /dev/null
+++ b/test/integration/targets/handlers/handlers.yml
@@ -0,0 +1,2 @@
+- name: test handler
+ debug: msg="handler called"