.yml
特定のケースに応じて設定される変数に動的プロパティを設定することは可能ですか。例えば:
MY_VAR: &MY_VAR
keys:
key2: blahblahblah
key3: blahblahblah # only apply this for section2, not section1
section1:
var: *MY_VAR
section2: # this case needs key3 set, otherwise everything else is the same
var: *MY_VAR