12 lines
223 B
YAML
12 lines
223 B
YAML
---
|
|
version: '1.1'
|
|
var:
|
|
description: a variable
|
|
default: 9
|
|
choices:
|
|
jinja: |+
|
|
{% for item in trange(0, 10) %}
|
|
{{ item }}
|
|
{%- endfor %}
|
|
return_type: integer
|
|
description: choice for 0 to 9
|