16 lines
239 B
YAML
16 lines
239 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
var1: true # the first variable
|
|
|
|
var2: true # the second variable
|
|
|
|
var3: true # the third variable
|
|
|
|
var4: false # the forth variable
|
|
|
|
var5: false # the fifth variable
|
|
|
|
var6: false # the sixth variable
|
|
...
|