rougail-output-doc/tests/docs/examples/00_9choice_variables.md

503 B

Table of Contents

dictionaries/rougail/00-base.yml

---
version: '1.1'
source_variable_1: val1  # the first source variable
source_variable_2: val2  # the second source variable
my_variable:
  description: a variable
  type: choice
  choices:
    - variable: _.source_variable_1
    - variable: _.source_variable_2
  default: val1

Example with all variables modifiable

---
rougail:
  source_variable_1: val1
  source_variable_2: val2
  my_variable: val1