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

26 lines
332 B
Text

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