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