40 lines
776 B
YAML
40 lines
776 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
|