1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00
yq/examples/simple-anchor.yaml
2020-02-07 09:08:52 +11:00

5 lines
37 B
YAML

foo: &foo
a: 1
foobar:
<<: *foo