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