mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
changed test to use filter for accurate reporting
This commit is contained in:
parent
21c127c581
commit
8db4415e2e
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
||||||
- name: assert that the broken test failed
|
- name: assert that the broken test failed
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- "broken_enable_result.failed == True"
|
- "broken_enable_result|failed"
|
||||||
|
|
||||||
- name: remove the test daemon script
|
- name: remove the test daemon script
|
||||||
file: path=/usr/sbin/ansible_test_service state=absent
|
file: path=/usr/sbin/ansible_test_service state=absent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue