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