ansible/test/integration/targets/any_errors_fatal/on_includes.yml

10 lines
231 B
YAML
Raw Normal View History

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