2024-11-06 17:39:13 +01:00
|
|
|
---
|
|
|
|
gitea: none
|
|
|
|
include_toc: true
|
|
|
|
---
|
|
|
|
# dictionaries/rougail/00-base.yml
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
---
|
|
|
|
version: '1.1'
|
|
|
|
var1:
|
|
|
|
description: the second variable
|
|
|
|
empty: false
|
|
|
|
default: [value, None]
|
|
|
|
```
|
2024-11-07 22:51:28 +01:00
|
|
|
# Variables for "rougail"
|
2024-11-06 17:39:13 +01:00
|
|
|
|
2024-11-07 22:51:28 +01:00
|
|
|
| Variable | Description |
|
|
|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.<br/>**Default**: <br/>- value<br/>- None |
|
2024-11-06 17:39:13 +01:00
|
|
|
|
|
|
|
|