12 lines
257 B
YAML
12 lines
257 B
YAML
---
|
|
version: '1.1'
|
|
variable:
|
|
description: a variable
|
|
default:
|
|
jinja: |
|
|
{{test_information }}
|
|
params:
|
|
test_information:
|
|
type: information
|
|
information: test_information
|
|
description: get information test_information
|