ansible/test/integration/test_blocks/fail.yml
Matt Clay 844b415066 Mark tasks expected to fail with EXPECTED FAILURE.
This allows for automated identification of tasks which are
expected to fail, but which cannot use ignore_errors because
they need to fail.
2016-05-31 11:29:04 -07:00

2 lines
47 B
YAML

- name: EXPECTED FAILURE
fail: msg="{{msg}}"