changed test to use filter for accurate reporting

This commit is contained in:
Brian Coca 2015-12-17 12:25:29 -05:00
parent 21c127c581
commit 8db4415e2e

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