From ee5fa6b1cd824692e7c3516cfc2899b1af792bb9 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 9 Mar 2026 09:12:35 +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: