From 9232b8d817d4cd4122947375156fa2fa1e9fba14 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Mon, 13 Jan 2025 13:16:06 +0100 Subject: vault backup: 2025-01-13 13:16:06 --- 3 resources/ansible/nested-loops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3 resources/ansible') 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 -- cgit v1.2.3