mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix errors in subelements lookup plugin and associated tests (v2)
This commit is contained in:
parent
4d999f8fe0
commit
830225d9c1
2 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@
|
|||
- skip_missing: yes
|
||||
register: _subelements_missing_subkeys
|
||||
|
||||
- debug: var=_subelements_missing_subkeys.skipped
|
||||
- debug: var=_subelements_missing_subkeys
|
||||
- debug: var=_subelements_missing_subkeys.results|length
|
||||
- name: verify with_subelements in subkeys results
|
||||
assert:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue