--- version: '1.1' condition: "no" # a conditional variable variable1: description: a first variable multi: true disabled: jinja: | {% if _.condition == "yes" %} condition is yes {% endif %} description: if condition is egal to "yes" variable2: description: a second variable multi: true disabled: jinja: | {% if _.condition == "yes" %} condition is yes {% endif %} description: if condition is egal to "yes"