Optimized handlers order for mailu

This commit is contained in:
2025-08-11 01:56:22 +02:00
parent a9d77de2a4
commit 5426014096
10 changed files with 66 additions and 63 deletions

View File

@@ -10,10 +10,10 @@
- "{{ DOCKER_VARS_FILE }}" # Important to load docker variables first so that database can use them
- "{{ cmp_db_docker_vars_file_db }}" # Important to load them before docker role so that backup can use them
- name: "For '{{ application_id }}': Load cmp-docker-oauth2"
include_role:
name: cmp-docker-oauth2
- name: "For '{{ application_id }}': Load central RDBMS"
include_role:
name: cmp-rdbms
name: cmp-rdbms
- name: "For '{{ application_id }}': Load cmp-docker-oauth2"
include_role:
name: cmp-docker-oauth2