622 B
622 B
Table of Contents
dictionaries/rougail/00-base.yml
---
version: '1.1'
condition: no # the variable use has condition
family:
description: possibly hidden family
hidden:
jinja: |
{% if _.condition == "yes" %}
condition is yes
{% endif %}
description: if condition is yes
subfamily:
var1: # a variable
Example with mandatory variables not filled in
---
rougail:
family:
subfamily:
var1: example
Example with all variables modifiable
---
rougail:
condition: no
family:
subfamily:
var1: example