[tutorial 044] A conditional disabled variable with identifier

This commit is contained in:
egarette@silique.fr 2025-11-04 19:22:24 +01:00
parent 7bf1088b2b
commit 68f4ecabcf

View file

@ -30,4 +30,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
...