12 lines
180 B
YAML
12 lines
180 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
|