From 802065242e57e29fa1a0e37f08aa885691e53034 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 9 Mar 2026 09:12:29 +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 ...