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