14 lines
246 B
YAML
14 lines
246 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
variable:
|
|
description: a variable
|
|
default:
|
|
jinja: >-
|
|
{{ test_information }}
|
|
description: get information test_information
|
|
params:
|
|
test_information:
|
|
information: test_information
|
|
...
|