rougail-output-doc/tests/results/test_namespace_examples/00_9choice_variable_multi.adoc

23 lines
260 B
Text

== Example with mandatory variables not filled in
[,yaml]
----
---
rougail:
variable1:
- val1
- val2
----
== Example with all variables modifiable
[,yaml]
----
---
rougail:
variable1:
- val1
- val2
variable2:
- val1
- val2
----