changed test to use filter for accurate reporting

pull/13590/head
Brian Coca 9 years ago
parent 21c127c581
commit 8db4415e2e

@ -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

Loading…
Cancel
Save