41 lines
780 B
YAML
41 lines
780 B
YAML
|
version: '0.10'
|
||
|
services:
|
||
|
- service:
|
||
|
- name: test
|
||
|
file:
|
||
|
- filelist: afilllist
|
||
|
text: /tmp/file
|
||
|
variables:
|
||
|
- family:
|
||
|
name: general
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: condition
|
||
|
type: string
|
||
|
description: No change
|
||
|
value:
|
||
|
- text: non
|
||
|
- variable:
|
||
|
name: mode_conteneur_actif
|
||
|
type: string
|
||
|
description: No change
|
||
|
hidden: 'True'
|
||
|
value:
|
||
|
- text: non
|
||
|
- variable:
|
||
|
name: mode_conteneur_actif2
|
||
|
type: string
|
||
|
description: No change
|
||
|
hidden: 'True'
|
||
|
value:
|
||
|
- text: non
|
||
|
constraints:
|
||
|
- condition:
|
||
|
- name: disabled_if_not_in
|
||
|
source: condition
|
||
|
param:
|
||
|
- text: unpossible
|
||
|
target:
|
||
|
- type: filelist
|
||
|
text: afilllist
|