rougail/tests/dictionaries_old/01auto_jinja_set/result/rougail/00-base.yml

14 lines
279 B
YAML
Raw Normal View History

2024-09-30 17:58:14 +02:00
version: 1.1
2023-10-12 08:17:30 +02:00
bool:
type: boolean
int1:
type: number
default:
type: jinja
jinja: '{%set bool1 = bool %}{% if bool1 %}1{% else %}2{% endif %}'
int2:
type: number
default:
type: jinja
jinja: '{%set bool1 = bool %}{% if not bool1 %}3{% else %}4{% endif %}'