Optimized handler flushing

This commit is contained in:
2025-08-13 18:17:05 +02:00
parent e2014b9b59
commit 004507e233
12 changed files with 45 additions and 51 deletions

View File

@@ -8,10 +8,6 @@
bridges: "{{ bridges_configuration | filter_enabled_bridges(applications | get_app_conf(application_id, 'plugins', True)) }}"
changed_when: false
- name: "load docker and db for {{application_id}}"
include_role:
name: cmp-db-docker
- name: "include role for {{application_id}} to receive certs & do modification routines"
include_role:
name: srv-web-7-6-composer
@@ -19,6 +15,12 @@
domain: "{{domains[application_id].synapse}}"
http_port: "{{ports.localhost.http['web-app-matrix_synapse']}}"
- name: "load docker and db for {{application_id}}"
include_role:
name: cmp-db-docker
vars:
docker_compose_flush_handlers: false
- name: create {{well_known_directory}}
file:
path: "{{well_known_directory}}"