From 87d89f05e95fe47b678492deff9cadc775a5f827 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 3 May 2026 18:00:21 +0200 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 ...