Removed false :

This commit is contained in:
2025-12-05 16:16:08 +01:00
parent cb4e750317
commit 8bcda51528
3 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@
vars:
load_app_id: "web-opt-rdr-domains"
redirect_domain_mappings: "{{ BLUESKY_REDIRECT_DOMAIN_MAPPINGS }}"
web_opt_rdr_domains_logout_enabled:: true
web_opt_rdr_domains_logout_enabled: true
- name: "Flush handlers for '{{ role_name }}'"
meta: flush_handlers

View File

@@ -1,2 +1,2 @@
redirect_domain_mappings: [] # Format [{source: target:},...]
web_opt_rdr_domains_logout_enabled:: false # Activate headers for logout
web_opt_rdr_domains_logout_enabled: false # Activate headers for logout

View File

@@ -4,7 +4,7 @@ server {
server_name {{ domain }};
{% include 'roles/sys-svc-letsencrypt/templates/ssl_header.j2' %}
{% if web_opt_rdr_domains_logout_enabled: | bool %}
{% if web_opt_rdr_domains_logout_enabled | bool %}
{#
Required for edge cases e.g. BlueSky where a canonical domain is deactivated,
and set as an alias but interpretated as an logout domain