mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 19:32:47 +00:00
changed test to use filter for accurate reporting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user