mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix flatten filter documentation
This commit is contained in:
parent
1cb4619c9a
commit
e493891d08
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ Flatten a list (same thing the `flatten` lookup does)::
|
|||
|
||||
Flatten only the first level of a list (akin to the `items` lookup)::
|
||||
|
||||
{{ [3, [4, [2]] ]|flatten(level=1) }}
|
||||
{{ [3, [4, [2]] ]|flatten(levels=1) }}
|
||||
|
||||
|
||||
.. _set_theory_filters:
|
||||
|
|
Loading…
Reference in a new issue