== dictionaries/rougail/01-base.yml [,yaml] ---- --- version: '1.1' variable: redefine: true disabled: false ---- == dictionaries/rougail/00-base.yml [,yaml] ---- --- version: '1.1' condition: no # a condition variable: description: a variable disabled: jinja: | {% if _.condition == "yes" %} true {% else %} false {% endif %} ---- == Variables for "rougail" [cols="1a,1a"] |==== | Variable | Description | **rougail.condition** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A condition. + **Default**: no | **rougail.variable** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A variable. |====