flattened: doc: Typo in lookup example (#38006)

pull/38026/head
Benoit Perroud 6 years ago committed by René Moser
parent 29c8d9b923
commit 710db82930

@ -22,7 +22,7 @@ DOCUMENTATION = """
EXAMPLES = """
- name: "'unnest' all elements into single list"
debug: msg="all in one list {{lookup('flatten', [1,2,3,[5,6]], [a,b,c], [[5,6,1,3], [34,a,b,c]])}}"
debug: msg="all in one list {{lookup('flattened', [1,2,3,[5,6]], [a,b,c], [[5,6,1,3], [34,a,b,c]])}}"
"""
RETURN = """

Loading…
Cancel
Save