changed test to use filter for accurate reporting
This commit is contained in:
parent
1f7ed5d8ee
commit
5e9d182229
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue