23 lines
474 B
YAML
23 lines
474 B
YAML
version: '0.10'
|
|
variables:
|
|
- family:
|
|
- name: general
|
|
variables:
|
|
- variable:
|
|
- name: mode_conteneur_actif
|
|
type: string
|
|
description: No change
|
|
hidden: true
|
|
value:
|
|
- text: non
|
|
- name: mode_conteneur_actif1
|
|
type: string
|
|
description: No change
|
|
value:
|
|
- text: non
|
|
constraints:
|
|
- fill:
|
|
- name: '{{ mode_conteneur_actif1 }}'
|
|
type: jinja
|
|
target:
|
|
- text: mode_conteneur_actif
|