From 2607c5a87b884833975efa8661a39c8b1bff22e1 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 12 Mar 2026 08:10:42 +0100 Subject: [PATCH] [tutorial v1.1_073] Jinja could returns a boolean --- firefox/20-manual.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index eed0a578..e73c1863 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -10,9 +10,8 @@ manual: description: '{{ identifier }} Proxy' hidden: jinja: |- - {% if my_identifier == 'HTTPS' and _.use_for_https %} - HTTPS is same has HTTP - {% endif %} + {{ my_identifier == 'HTTPS' and _.use_for_https }} + return_type: boolean description: in HTTPS case if "_.use_for_https" is set to "true" params: my_identifier: