16 lines
187 B
YAML
16 lines
187 B
YAML
|
|
%YAML 1.2
|
||
|
|
---
|
||
|
|
version: 1.1
|
||
|
|
|
||
|
|
variable:
|
||
|
|
description: a variable
|
||
|
|
choices:
|
||
|
|
variable: _.unknown_variable
|
||
|
|
optional: true
|
||
|
|
default:
|
||
|
|
- a
|
||
|
|
- b
|
||
|
|
- c
|
||
|
|
default: c
|
||
|
|
...
|