summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/include_handlers_fail_force.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/handlers/include_handlers_fail_force.yml')
-rw-r--r--test/integration/targets/handlers/include_handlers_fail_force.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/integration/targets/handlers/include_handlers_fail_force.yml b/test/integration/targets/handlers/include_handlers_fail_force.yml
new file mode 100644
index 0000000..f2289ba
--- /dev/null
+++ b/test/integration/targets/handlers/include_handlers_fail_force.yml
@@ -0,0 +1,11 @@
+- hosts: A
+ gather_facts: false
+ tasks:
+ - command: echo
+ notify:
+ - handler
+ - name: EXPECTED FAILURE
+ fail:
+ handlers:
+ - name: handler
+ include_tasks: include_handlers_fail_force-handlers.yml