== dictionaries/rougail/00-base.yml [,yaml] ---- --- version: '1.1' condition: true # a condition var: description: a variable mandatory: variable: _.condition ---- == Variables for "Rougail" [cols="1a,1a"] |==== | Variable | Description | **rougail.condition** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | A condition. + **Default**: true | **rougail.var** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__mandatory__` | A variable. + **Mandatory**: when the variable "rougail.condition" has the value "true". |====