Commit 446cba65 by Brian Coca

fixed integration test as with_items always returns a list, even if

empty
parent ae17b993
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
assert: assert:
that: that:
- "'skipped' in result" - "'skipped' in result"
- result.skipped - result.results.skipped
- 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
......
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