summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/any_errors_fatal/on_includes.yml
blob: cbc51cb239d8f55f6ac826d2bb51d90fb2a21b06 (plain)
1
2
3
4
5
6
7
---
# based on https://github.com/ansible/ansible/issues/22924
- name: Test any errors fatal
  hosts: testhost,testhost2
  any_errors_fatal: True
  tasks:
     - import_tasks: test_fatal.yml