summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/callback_default/no_implicit_meta_banners.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/callback_default/no_implicit_meta_banners.yml')
-rw-r--r--test/integration/targets/callback_default/no_implicit_meta_banners.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/integration/targets/callback_default/no_implicit_meta_banners.yml b/test/integration/targets/callback_default/no_implicit_meta_banners.yml
new file mode 100644
index 0000000..87883dc
--- /dev/null
+++ b/test/integration/targets/callback_default/no_implicit_meta_banners.yml
@@ -0,0 +1,11 @@
+# This playbooks generates a noop task in the linear strategy, the output is tested that the banner for noop task is not printed https://github.com/ansible/ansible/pull/71344
+- hosts: all
+ gather_facts: no
+ tasks:
+ - block:
+ - name: EXPECTED FAILURE # sate shippable
+ fail:
+ when: inventory_hostname == 'host1'
+ rescue:
+ - name: rescue
+ debug: