From 16e1939d169165bde4e24ce2551601edd2e9ef77 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 10 Jun 2026 21:43:57 +0200 Subject: [PATCH] [tutorial v1.1_100] A conditional disabled variable with type web_address --- firefox/30-auto.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 firefox/30-auto.yml diff --git a/firefox/30-auto.yml b/firefox/30-auto.yml new file mode 100644 index 0000000..5096139 --- /dev/null +++ b/firefox/30-auto.yml @@ -0,0 +1,11 @@ +%YAML 1.2 +--- +version: 1.1 + +auto: + description: Automatic proxy configuration URL + type: web_address + disabled: + variable: _.proxy_mode + when_not: Automatic proxy configuration URL +...