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/82834.yml

14 lines
253 B
YAML

- hosts: localhost
gather_facts: false
tasks:
- add_host:
hostname: unreachable_host
- hosts: unreachable_host, localhost
gather_facts: false
any_errors_fatal: true
serial:
- 1
tasks:
- command: echo "SHOULD NOT HAPPEN"