summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_handlers_include_role.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/handlers/test_handlers_include_role.yml')
-rw-r--r--test/integration/targets/handlers/test_handlers_include_role.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/integration/targets/handlers/test_handlers_include_role.yml b/test/integration/targets/handlers/test_handlers_include_role.yml
new file mode 100644
index 0000000..77e6b53
--- /dev/null
+++ b/test/integration/targets/handlers/test_handlers_include_role.yml
@@ -0,0 +1,8 @@
+- name: verify that play can include handler
+ hosts: testhost
+ tasks:
+ - include_role:
+ name: test_handlers_include_role
+ with_items:
+ - 1
+ - 2