2022-11-02 22:52:50 +01:00
|
|
|
version: '0.10'
|
|
|
|
variables:
|
|
|
|
- variable:
|
2022-11-10 19:09:19 +01:00
|
|
|
- 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-10 19:09:19 +01:00
|
|
|
- name: my_var
|
2022-11-02 22:52:50 +01:00
|
|
|
type: string
|
2022-11-03 22:16:52 +01:00
|
|
|
auto_freeze: true
|
2022-11-02 22:52:50 +01:00
|
|
|
value:
|
|
|
|
- text: 'no'
|
|
|
|
constraints:
|
|
|
|
- fill:
|
|
|
|
- name: calc_val
|
|
|
|
param:
|
|
|
|
- text: 'yes'
|
|
|
|
target:
|
|
|
|
- text: my_var
|
|
|
|
condition:
|
|
|
|
- name: hidden_if_in
|
|
|
|
source: server_deployed
|
|
|
|
param:
|
2022-11-03 22:16:52 +01:00
|
|
|
- text: true
|
2022-11-02 22:52:50 +01:00
|
|
|
target:
|
|
|
|
- type: variable
|
|
|
|
text: my_var
|