complete correction of test, key exists but is false

This commit is contained in:
Brian Coca 2016-03-10 00:24:27 -05:00
parent 140df20504
commit 7e6343213b

View file

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