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

8 lines
186 B
YAML

---
# based on https://github.com/ansible/ansible/issues/22924
- name: Test any errors fatal
hosts: testhost,testhost2
any_errors_fatal: True
tasks:
- include: test_fatal.yml