From 4763a5265d138d72993f152a04fb9bc47e2f444d Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 4 Nov 2025 19:22:05 +0100 Subject: [PATCH] [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)). --- firefox/00-proxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox/00-proxy.yml b/firefox/00-proxy.yml index 1ddc3699..5b6478f6 100644 --- a/firefox/00-proxy.yml +++ b/firefox/00-proxy.yml @@ -2,5 +2,5 @@ --- version: 1.1 -proxy_mode: +proxy_mode: # Configure Proxy Access to the Internet ...