rougail-output-doc/tests/results/test_examples/60_0family_dynamic_variable.adoc

26 lines
278 B
Text
Raw Normal View History

2026-06-15 09:16:59 +02:00
== Example with mandatory variables not filled in
[,yaml]
----
---
dynval1:
variable: example
dynval2:
variable: example
----
== Example with all variables modifiable
[,yaml]
----
---
var:
- val1
- val2
dynval1:
variable: example
dynval2:
variable: example
----