mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
parent
2f33c1a1a1
commit
5553b20828
206 changed files with 1853 additions and 1870 deletions
|
@ -47,4 +47,3 @@ class LookupModule(LookupBase):
|
|||
raise AnsibleError("with_together requires at least one element in each list")
|
||||
|
||||
return [self._flatten(x) for x in zip_longest(*my_list, fillvalue=None)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue