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
|
@ -60,7 +60,7 @@ class LookupBase(with_metaclass(ABCMeta, object)):
|
|||
results = []
|
||||
for x in a:
|
||||
for y in b:
|
||||
results.append(LookupBase._flatten([x,y]))
|
||||
results.append(LookupBase._flatten([x, y]))
|
||||
return results
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue