Closed o-smirnov closed 5 months ago
It does have consequences for hierarchical assignments i.e.
assign: log: dir: foo
might not work as expected anymore (has to be assign: log.dir: foo)
assign: log.dir: foo
I don't think we have recipes in the wild using the former.
P.S. I do feel the assign logic overall is still a little unsettled in places, but I'm happy to muddle forward and let us refine it with more experience.
assign
It does have consequences for hierarchical assignments i.e.
might not work as expected anymore (has to be
assign: log.dir: foo
)I don't think we have recipes in the wild using the former.