Make test for skipping agree with the way current output formats a skip

pull/9933/head
Toshio Kuratomi 11 years ago committed by James Cammarata
parent bff88271ee
commit 1545c73d27

@ -276,8 +276,9 @@
- name: assert the task was skipped - name: assert the task was skipped
assert: assert:
that: that:
- "'skipped' in result" - "result.results|length == 1"
- result.results.skipped - "'skipped' in result.results[0]"
- "result.results[0].skipped == True"
- name: test a with_items loop skipping a single item - name: test a with_items loop skipping a single item
debug: var=item debug: var=item

Loading…
Cancel
Save