[tutorial 011] Describe the variable

We can add a description to this first variable.

This information is useful for:

- documentation
- error message
- help user to known which value to set to this variable (for example with [the user data plugin Questionary](https://forge.cloud.silique.fr/stove/rougail-user-data-questionary)).
This commit is contained in:
egarette@silique.fr 2025-11-07 06:16:07 +01:00
parent 7bdd0bc65c
commit cc7e260e07

View file

@ -2,5 +2,5 @@
---
version: 1.1
proxy_mode:
proxy_mode: # Configure Proxy Access to the Internet
...