fixed test to expected output

This commit is contained in:
Brian Coca 2015-07-30 18:36:54 -04:00
commit c2d8ca4bf7

View file

@ -54,7 +54,7 @@
- assert: - assert:
that: that:
- "'failed' not in result" - "'failed' in result and result.failed"
- name: command rc 1 failed_when_result False - name: command rc 1 failed_when_result False
shell: exit 1 shell: exit 1