2025-02-10 09:46:31 +01:00
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
|
|
|
|
condition: no # a conditional variable
|
|
|
|
|
|
|
|
|
|
variable1:
|
|
|
|
|
description: a first variable
|
|
|
|
|
multi: true
|
|
|
|
|
disabled:
|
|
|
|
|
jinja: |-
|
|
|
|
|
{% if _.condition == "yes" %}
|
2025-03-27 21:45:29 +01:00
|
|
|
condition is yes
|
2025-02-10 09:46:31 +01:00
|
|
|
{% endif %}
|
|
|
|
|
description: if condition is egal to "yes"
|
|
|
|
|
|
|
|
|
|
variable2:
|
|
|
|
|
description: a second variable
|
|
|
|
|
multi: true
|
|
|
|
|
disabled:
|
|
|
|
|
jinja: |-
|
|
|
|
|
{% if _.condition == "yes" %}
|
2025-03-27 21:45:29 +01:00
|
|
|
condition is yes
|
2025-02-10 09:46:31 +01:00
|
|
|
{% endif %}
|
|
|
|
|
description: if condition is egal to "yes"
|