[tutorial v1.1_110] A conditional disabled non mandatory variable with type domainname and parameters

This commit is contained in:
egarette@silique.fr 2026-06-13 10:03:19 +02:00
parent 0e2841167a
commit 4cca1dc8df

17
firefox/40-no_proxy.yml Normal file
View file

@ -0,0 +1,17 @@
%YAML 1.2
---
version: 1.1
no_proxy:
description: Address for which proxy will be desactivated
type: domainname
params:
allow_ip: true
allow_cidr_network: true
allow_without_dot: true
allow_startswith_dot: true
mandatory: false
disabled:
variable: _.proxy_mode
when: No proxy
...