Wolf Vollprecht
Wolf Vollprecht
It's completely impossible because duplicate keys are forbidden :(
But how is it different from multiple if statements?
For the record, it's actually possible to use arbitrary Jinja in multi-line YAML strings. I am not sure if we want to keep it, but the following works (after a...
Yeah but we've never semantically understood the contents of the scripts themselves so I'm not sure if we need that. This doesn't affect the "everything is pure YAML" property.
If we build our own LSP though .. :) I think I do get your point, but I don't see it super different from e.g. people having issues with their...
Where did you set `qemu_bins`? The `context` has a behvior where it casts everything to a string. But if you do: ``` {% set qemu_bins = ["foo", "bar"] %} {%...
@h-vetinari sorry, not following. What's the difference of `match` then to a number of `if` clauses if the match' clauses are disjoint? I think what we had in mind so...
Also your initial example is not at all valid YAML if I see that correctly.
Attached two screenshots highlighting the issues (from https://yamlchecker.com/)  
The way I understand it is that you want "if"-syntax without `then`, correct? You want falsey branches to be skipped, but _every_ truthy branch to be taken, right? In e.g....