[tutorial v1.1_061] A conditional disabled variable with dynamic identifier

This commit is contained in:
egarette@silique.fr 2026-05-05 06:52:49 +02:00
parent ecd08067ca
commit 7585e7b9d3

View file

@ -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
...