summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/blocks/block_fail.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/blocks/block_fail.yml')
-rw-r--r--test/integration/targets/blocks/block_fail.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/blocks/block_fail.yml b/test/integration/targets/blocks/block_fail.yml
new file mode 100644
index 0000000..6b84d05
--- /dev/null
+++ b/test/integration/targets/blocks/block_fail.yml
@@ -0,0 +1,5 @@
+---
+- name: Include tasks that have a failure in a block
+ hosts: localhost
+ tasks:
+ - include_tasks: block_fail_tasks.yml