2018-01-29 15:47:13 -05:00
|
|
|
---
|
|
|
|
# based on https://github.com/ansible/ansible/issues/22924
|
|
|
|
- name: Test any errors fatal
|
2018-04-06 11:19:25 -04:00
|
|
|
hosts: testhost,testhost2
|
2018-01-29 15:47:13 -05:00
|
|
|
any_errors_fatal: True
|
|
|
|
tasks:
|
|
|
|
- include: test_fatal.yml
|