summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_notify_included.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/handlers/test_notify_included.yml')
-rw-r--r--test/integration/targets/handlers/test_notify_included.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/integration/targets/handlers/test_notify_included.yml b/test/integration/targets/handlers/test_notify_included.yml
new file mode 100644
index 0000000..e612507
--- /dev/null
+++ b/test/integration/targets/handlers/test_notify_included.yml
@@ -0,0 +1,16 @@
+- name: This worked unintentionally, make sure it does not anymore
+ hosts: localhost
+ gather_facts: false
+ tasks:
+ - command: echo
+ notify:
+ - include_handler
+
+ - meta: flush_handlers
+
+ - command: echo
+ notify:
+ - handler_from_include
+ handlers:
+ - name: include_handler
+ include_tasks: test_notify_included-handlers.yml