2025-10-03 06:44:25 +02:00
|
|
|
# Example with mandatory variables not filled in
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
---
|
|
|
|
|
variable: example
|
|
|
|
|
```
|
2026-04-30 06:58:12 +02:00
|
|
|
|
2025-10-03 06:44:25 +02:00
|
|
|
# Example with all variables modifiable
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
---
|
|
|
|
|
variable: example
|
2026-04-30 06:58:12 +02:00
|
|
|
```
|