Commit 1eb31249 by Toshio Kuratomi

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

parent 77be7cdc
......@@ -276,8 +276,9 @@
- name: assert the task was skipped
assert:
that:
- "'skipped' in result"
- result.results.skipped
- "result.results|length == 1"
- "'skipped' in result.results[0]"
- "result.results[0].skipped == True"
- name: test a with_items loop skipping a single item
debug: var=item
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment