2024-11-06 17:39:13 +01:00
|
|
|
---
|
|
|
|
gitea: none
|
|
|
|
include_toc: true
|
|
|
|
---
|
2024-12-02 20:21:31 +01:00
|
|
|
# Example with all variables modifiable
|
2024-11-06 17:39:13 +01:00
|
|
|
|
|
|
|
```yaml
|
|
|
|
---
|
2024-12-02 20:21:31 +01:00
|
|
|
my_variable: val1
|
2024-11-06 17:39:13 +01:00
|
|
|
my_calculated_variable:
|
2024-12-02 20:21:31 +01:00
|
|
|
- val1
|
2024-11-06 17:39:13 +01:00
|
|
|
```
|