rougail-output-doc/tests/results/test_namespace_examples/00_9choice_variable_multi.adoc
2026-06-21 17:05:27 +02:00

25 lines
262 B
Text

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