20 lines
300 B
YAML
20 lines
300 B
YAML
![]() |
version: '0.10'
|
||
|
services:
|
||
|
- service:
|
||
|
- name: test
|
||
|
servicelist: test
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: condition
|
||
|
value:
|
||
|
- text: 'no'
|
||
|
constraints:
|
||
|
- condition:
|
||
|
- name: disabled_if_in
|
||
|
source: condition
|
||
|
param:
|
||
|
- text: 'yes'
|
||
|
target:
|
||
|
- type: servicelist
|
||
|
text: test
|