mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #9717 from bcoca/fix_integration_test_with_conditionals
fixed integration test as with_items
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user