Unified let syntax to be a list of objects

This commit is contained in:
2026-05-22 22:54:14 +02:00
parent d97d00c593
commit 717727bf5a
6 changed files with 14 additions and 10 deletions

View File

@@ -9,9 +9,9 @@ This element is of the following form:
- let:
name: Let Item
values:
key1: value1
key2: value2
key3: <| $(variable)[$(loop_index)] |>
- key1: value1
- key2: value2
- key3: <| $(variable)[$(loop_index)] |>
The ``let`` element is used to set values in the global directory.