rougail/tests/dictionaries_old/01fill_autofreeze/yml/00-base.yml

23 lines
350 B
YAML
Raw Normal View History

2023-10-12 08:17:30 +02:00
version: '0.10'
variables:
- variable:
- name: my_var1
auto_freeze: true
value:
- text: 'no'
- name: my_var2
value:
- text: 'no'
- name: server_deployed
type: boolean
value:
- text: false
constraints:
- fill:
- name: calc_val
param:
- type: variable
text: my_var2
target:
- text: my_var1