Optimized redirect function

This commit is contained in:
2025-05-19 19:04:36 +02:00
parent 1b50f73803
commit 03f3a31d21
5 changed files with 204 additions and 18 deletions

View File

@@ -17,13 +17,6 @@
set_fact:
domains: "{{ defaults_domains | combine(domains | default({}, true), recursive=True) }}"
- name: "Merged Variables"
# Add new merged variables here
debug:
msg:
domains: "{{ defaults_domains }}"
when: enable_debug | bool
- name: Merge redirect domain definitions into dictionary
set_fact:
combined_mapping: >-