fixed integration test as with_items always returns a list, even if
empty
This commit is contained in:
parent
ae17b993d9
commit
446cba6509
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue