From e8071b8a50d53bcea41bebbc00778a0834213126 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 29 Apr 2026 12:45:30 +0200 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: