From 733343b748f7fe545cbfa2ff6e17795488f35737 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 23 Oct 2024 10:58:18 +0200 Subject: [PATCH] [tutorial 011] Conditional desactived family This family will be desactived if "proxy_mode" is not "manual proxy configuration". Desactived a variable or a family means that this variable will never be accessible. --- firefox/10-manual.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firefox/10-manual.yml b/firefox/10-manual.yml index 8a704f5..29ea6a3 100644 --- a/firefox/10-manual.yml +++ b/firefox/10-manual.yml @@ -2,3 +2,7 @@ manual: description: Manual proxy configuration type: family + disabled: + type: variable + variable: proxy_mode + when_not: 'Manual proxy configuration'