summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/79776.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/handlers/79776.yml')
-rw-r--r--test/integration/targets/handlers/79776.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/targets/handlers/79776.yml b/test/integration/targets/handlers/79776.yml
new file mode 100644
index 0000000..08d2227
--- /dev/null
+++ b/test/integration/targets/handlers/79776.yml
@@ -0,0 +1,10 @@
+- hosts: A,B
+ gather_facts: false
+ force_handlers: true
+ tasks:
+ - command: echo
+ notify: handler1
+ when: inventory_hostname == "A"
+ handlers:
+ - name: handler1
+ include_tasks: 79776-handlers.yml