7 lines
191 B
YAML
7 lines
191 B
YAML
---
|
|
# 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
|