diff options
Diffstat (limited to '3 resources/ansible')
-rw-r--r-- | 3 resources/ansible/nested-loops.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3 resources/ansible/nested-loops.md b/3 resources/ansible/nested-loops.md index 3a5be97..fded56a 100644 --- a/3 resources/ansible/nested-loops.md +++ b/3 resources/ansible/nested-loops.md @@ -1,3 +1,3 @@ -Nested loops can be done not by nesting loops over two separate lists, but by looping over the [[cartesian-product]] of the two using the `product` filter. +Nested loops can be done not by nesting loops over two separate lists, but by looping over the [[Cartesian product]] of the two using the `product` filter. `{{ list1 | product(list) | list }}`
\ No newline at end of file |