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