1
0
Fork 0
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:
Brian Coca 2015-07-30 18:36:54 -04:00
parent 07e5e98cbf
commit c2d8ca4bf7

View file

@ -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