16 lines
178 B
YAML
16 lines
178 B
YAML
|
---
|
||
|
version: 1.1
|
||
|
|
||
|
var1: no # a first variable
|
||
|
|
||
|
var2:
|
||
|
description: a second variable
|
||
|
test:
|
||
|
- test
|
||
|
default: non
|
||
|
|
||
|
var3:
|
||
|
description: a third variable
|
||
|
test:
|
||
|
- test
|