13 lines
231 B
YAML
13 lines
231 B
YAML
|
---
|
||
|
version: 1.1
|
||
|
|
||
|
variable:
|
||
|
description: a variable
|
||
|
default:
|
||
|
jinja: >-
|
||
|
{{test_information }}
|
||
|
description: get information test_information
|
||
|
params:
|
||
|
test_information:
|
||
|
information: test_information
|