rougail-output-doc/tests/results/test_namespace_examples/40_6leadership_follower_multi.adoc

24 lines
330 B
Text

== Example with mandatory variables not filled in
[,yaml]
----
---
rougail:
leadership:
- leader: example
follower1:
- example
----
== Example with all variables modifiable
[,yaml]
----
---
rougail:
leadership:
- leader: example
follower1:
- example
follower2:
- value
----