579 B
579 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 rougail.condition == "yes" %}
condition is yes
{% endif %}
description: if condition is yes
var1: # a variable
Example with mandatory variables not filled in
---
rougail:
family:
var1: example
Example with all variables modifiable
---
rougail:
condition: no
family:
var1: example