summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/blocks/72781.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/blocks/72781.yml')
-rw-r--r--test/integration/targets/blocks/72781.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/integration/targets/blocks/72781.yml b/test/integration/targets/blocks/72781.yml
new file mode 100644
index 0000000..f124cce
--- /dev/null
+++ b/test/integration/targets/blocks/72781.yml
@@ -0,0 +1,13 @@
+- hosts: all
+ gather_facts: no
+ any_errors_fatal: true
+ tasks:
+ - block:
+ - block:
+ - fail:
+ when: inventory_hostname == 'host1'
+ rescue:
+ - fail:
+ - block:
+ - debug:
+ msg: "SHOULD NOT HAPPEN"