15 lines
219 B
YAML
15 lines
219 B
YAML
|
---
|
||
|
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
|