From d7cbdf36c188a8e1361202de77b24f0aa6eeaa74 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 2 Dec 2025 16:18:46 +0100 Subject: [PATCH] [tutorial v1.1_061] A conditional disabled variable with dynamic identifier --- firefox/20-manual.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index fc35af3f..ae857ce9 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -23,4 +23,14 @@ manual: description: '{{ identifier }} port' default: variable: __.http_proxy.port + + version: + description: SOCKS host version used by proxy + choices: + - v4 + - v5 + default: v5 + disabled: + type: identifier + when: HTTPS ...