mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed test to expected output
This commit is contained in:
parent
07e5e98cbf
commit
c2d8ca4bf7
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
|
||||
- assert:
|
||||
that:
|
||||
- "'failed' not in result"
|
||||
- "'failed' in result and result.failed"
|
||||
|
||||
- name: command rc 1 failed_when_result False
|
||||
shell: exit 1
|
||||
|
|
Loading…
Reference in a new issue