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

23 lines
316 B
Markdown
Raw Normal View History

# Example with mandatory variables not filled in
```yaml
---
rougail:
leadership:
- leader: example
follower1:
- example
```
2024-12-02 20:21:31 +01:00
# Example with all variables modifiable
```yaml
---
rougail:
leadership:
- leader: example
follower1:
- example
follower2:
- value
```