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

@@ -31,7 +31,11 @@ main:
{% for item in items %}
# item test
- let: {name: {{ item }} test constants, values: {test: {{ item }}, test_path: items/$(test)}}
- let:
name: {{ item }} test constants
values:
- test: {{ item }}
- test_path: items/$(test)
- group:
name: {{ item }} test
steps: