mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
complete correction of test, key exists but is false
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- "'failed' in result and result.failed"
|
- "'failed' in result and not result.failed"
|
||||||
|
|
||||||
- name: command rc 0 failed_when_result False
|
- name: command rc 0 failed_when_result False
|
||||||
shell: exit 0
|
shell: exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user