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

23 lines
350 B
YAML
Raw Normal View History

2022-11-02 22:52:50 +01:00
version: '0.10'
variables:
- variable:
- name: my_var1
2022-11-03 22:16:52 +01:00
auto_freeze: true
2022-11-02 22:52:50 +01:00
value:
- text: 'no'
- name: my_var2
2022-11-02 22:52:50 +01:00
value:
- text: 'no'
- name: server_deployed
2022-11-02 22:52:50 +01:00
type: boolean
value:
2022-11-03 22:16:52 +01:00
- text: false
2022-11-02 22:52:50 +01:00
constraints:
- fill:
- name: calc_val
param:
- type: variable
text: my_var2
target:
- text: my_var1