Added validation for get_domain calls

This commit is contained in:
2025-07-11 03:05:41 +02:00
parent 7fba13b550
commit 691b204512
5 changed files with 14 additions and 11 deletions

View File

@@ -48,7 +48,7 @@
# The following mapping is necessary to define the exceptions for domains which are created, but which aren't used
redirect_domain_mappings: "{{
[] |
add_redirect_if_group('asset', domains | get_domain('asset'), domains | get_domain('file-server'), group_names) |
add_redirect_if_group('asset', domains | get_domain('asset'), domains | get_domain('file'), group_names) |
merge_mapping(redirect_domain_mappings| default([]), 'source')
}}"