summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/roles/test_role_handlers_include_tasks/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/handlers/roles/test_role_handlers_include_tasks/handlers/main.yml')
-rw-r--r--test/integration/targets/handlers/roles/test_role_handlers_include_tasks/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/handlers/roles/test_role_handlers_include_tasks/handlers/main.yml b/test/integration/targets/handlers/roles/test_role_handlers_include_tasks/handlers/main.yml
new file mode 100644
index 0000000..ba2e8f6
--- /dev/null
+++ b/test/integration/targets/handlers/roles/test_role_handlers_include_tasks/handlers/main.yml
@@ -0,0 +1,5 @@
+- name: role-based handler from handler subdir
+ include_tasks: A.yml
+
+- name: role-based handler from tasks subdir
+ include_tasks: B.yml