[tutorial 044] A conditional disabled variable with identifier
This commit is contained in:
parent
0061673a46
commit
d2c31d1e40
1 changed files with 10 additions and 0 deletions
|
@ -30,3 +30,13 @@ manual:
|
||||||
description: "{{ identifier }} port"
|
description: "{{ identifier }} port"
|
||||||
default:
|
default:
|
||||||
variable: manual.http_proxy.port
|
variable: manual.http_proxy.port
|
||||||
|
|
||||||
|
version:
|
||||||
|
description: SOCKS host version used by proxy
|
||||||
|
choices:
|
||||||
|
- v4
|
||||||
|
- v5
|
||||||
|
default: v5
|
||||||
|
disabled:
|
||||||
|
type: identifier
|
||||||
|
when: 'HTTPS'
|
||||||
|
|
Loading…
Reference in a new issue