rougail/tests/dictionaries/01fill_autofreeze/yml/00-base.yml
2022-11-02 22:52:50 +01:00

24 lines
378 B
YAML

version: '0.10'
variables:
- variable:
name: my_var1
auto_freeze: 'True'
value:
- text: 'no'
- variable:
name: my_var2
value:
- text: 'no'
- variable:
name: server_deployed
type: boolean
value:
- text: 'False'
constraints:
- fill:
- name: calc_val
param:
- type: variable
text: my_var2
target:
- text: my_var1