19 lines
297 B
Text
19 lines
297 B
Text
|
|
== Example with mandatory variables not filled in
|
||
|
|
|
||
|
|
[,yaml]
|
||
|
|
----
|
||
|
|
---
|
||
|
|
rougail: # Rougail
|
||
|
|
my_calculated_variable:
|
||
|
|
- example
|
||
|
|
----
|
||
|
|
== Example with all variables modifiable
|
||
|
|
|
||
|
|
[,yaml]
|
||
|
|
----
|
||
|
|
---
|
||
|
|
rougail: # Rougail
|
||
|
|
my_calculated_variable:
|
||
|
|
- example
|
||
|
|
----
|