2023-09-04 19:18:40 +02:00
|
|
|
version: '0.10'
|
|
|
|
|
variables:
|
|
|
|
|
- family:
|
|
|
|
|
- name: general
|
|
|
|
|
variables:
|
|
|
|
|
- variable:
|
|
|
|
|
- name: mode_conteneur_actif
|
|
|
|
|
type: string
|
|
|
|
|
description: No change
|
|
|
|
|
value:
|
2023-10-12 08:17:30 +02:00
|
|
|
- text: oui
|
2023-09-04 19:18:40 +02:00
|
|
|
- name: mode_conteneur_actif1
|
|
|
|
|
type: string
|
|
|
|
|
description: No change
|
|
|
|
|
value:
|
|
|
|
|
- text: non
|
|
|
|
|
constraints:
|
2023-10-12 08:17:30 +02:00
|
|
|
- check:
|
|
|
|
|
- name: '{% if rougail.general.mode_conteneur_actif == rougail.general.mode_conteneur_actif1
|
|
|
|
|
%}the value must be different than "{{ rougail.general.mode_conteneur_actif
|
|
|
|
|
}}"{% endif %}'
|
2023-09-04 19:18:40 +02:00
|
|
|
type: jinja
|
|
|
|
|
target:
|
|
|
|
|
- text: mode_conteneur_actif
|