== 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". |====