complete correction of test, key exists but is false

pull/14846/head
Brian Coca 8 years ago
parent 140df20504
commit 7e6343213b

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

Loading…
Cancel
Save