Solved CDN and Logout deployment bugs existing due to 2.18->2.20 update

This commit is contained in:
2025-12-03 22:45:48 +01:00
parent 91d5ba35d1
commit 8fad77f17f
15 changed files with 63 additions and 40 deletions

9
tasks/utils/load_app.yml Normal file
View File

@@ -0,0 +1,9 @@
# Load with load app id
- name: "Load Application: '{{ load_app_id }}'"
include_role:
name: "{{ application_id }}"
public: false
vars:
application_id: "{{ load_app_id }}"
domain: "{{ domains | get_domain(load_app_id) }}"

View File

@@ -2,4 +2,6 @@
import_role:
name: "{{ handler_role_name }}"
tasks_from: "none.yml"
handlers_from: main
handlers_from: "main"
vars:
application_id: "{{ handler_role_name }}"