You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/callback_default/no_implicit_meta_banners.yml

12 lines
386 B
YAML

# 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: