changed test to use filter for accurate reporting

This commit is contained in:
Brian Coca 2015-12-17 12:25:29 -05:00
parent 1f7ed5d8ee
commit 5e9d182229

View file

@ -98,7 +98,7 @@
- name: assert that the broken test failed
assert:
that:
- "broken_enable_result.failed == True"
- "broken_enable_result|failed"
- name: remove the test daemon script
file: path=/usr/sbin/ansible_test_service state=absent