summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/blocks/79711.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/blocks/79711.yml')
-rw-r--r--test/integration/targets/blocks/79711.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/integration/targets/blocks/79711.yml b/test/integration/targets/blocks/79711.yml
new file mode 100644
index 0000000..ca9bfbb
--- /dev/null
+++ b/test/integration/targets/blocks/79711.yml
@@ -0,0 +1,17 @@
+- hosts: localhost
+ gather_facts: false
+ tasks:
+ - block:
+ - block:
+ - debug:
+ - name: EXPECTED FAILURE
+ fail:
+ rescue:
+ - debug:
+ - debug:
+ - name: EXPECTED FAILURE
+ fail:
+ always:
+ - debug:
+ always:
+ - debug: