9 lines
134 B
YAML
9 lines
134 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
variable_1: val1 # the first variable
|
|
|
|
variable_2: # the second variable
|
|
- variable: _.variable_1
|
|
...
|