rougail-tests/structures/00_9choice_variable_multi/rougail/00-base.yml
2025-03-02 16:18:24 +01:00

17 lines
249 B
YAML

---
version: '1.1'
variable1:
description: a first variable
type: choice
multi: true
choices:
- val1
- val2
variable2:
description: a second variable
type: choice
multi: true
mandatory: false
choices:
- val1
- val2