rougail-output-formatter/tests/results/00_9choice_variables/rougail/00-base.yml

16 lines
279 B
YAML
Raw Normal View History

2025-04-27 09:27:04 +02:00
%YAML 1.2
2024-12-23 20:54:52 +01:00
---
version: 1.1
2025-04-27 09:27:04 +02:00
source_variable_1: val1 # the first source variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
source_variable_2: val2 # the second source variable
2024-12-23 20:54:52 +01:00
my_variable:
description: a variable
choices:
- variable: _.source_variable_1
- variable: _.source_variable_2
default: val1
2025-04-27 09:27:04 +02:00
...