ansible/test/integration/targets/any_errors_fatal/on_includes.yml
Brian Coca 3c996d0f74 make aef test more predictable
revert "Disable any_errors_fatal test."
This reverts commit 56189cc312.

fixes #38407
2018-04-06 09:48:30 -07:00

7 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