From 0b73577b18bb70cfc24d304dea095ff9b46c66d5 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 8 Jan 2026 20:23:01 +0100 Subject: [PATCH] [tutorial v1.1_095] A conditional disabled boolean variable --- firefox/50-prompt_authentication.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 firefox/50-prompt_authentication.yml diff --git a/firefox/50-prompt_authentication.yml b/firefox/50-prompt_authentication.yml new file mode 100644 index 0000000..57a548e --- /dev/null +++ b/firefox/50-prompt_authentication.yml @@ -0,0 +1,11 @@ +%YAML 1.2 +--- +version: 1.1 + +prompt_authentication: + description: Prompt for authentication if password is saved + default: true + disabled: + variable: _.proxy_mode + when: No proxy +...