I have this:
user_dir: /home/user
user_pics: /home/user/pics
How could I use the user_dir for user_pics? If I have to specify other properties like this, it would not be very DRY.
|
I have this:
How could I use the |
|||
|
|
|
You can use a repeated node, like this:
I don't think you can concatenate though, so this wouldn't work:
|
|||
|
|
|
Seems to me that YAML itself does not define way to do this. Good news are that YAML consumer might be able to understand variables. |
|||