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/any_errors_fatal/31543.yml

13 lines
238 B
YAML

- hosts: testhost,testhost2
gather_facts: false
any_errors_fatal: true
tasks:
- block:
- fail:
when: inventory_hostname == 'testhost'
always:
- debug:
- debug:
msg: SHOULD NOT HAPPEN