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

@@ -1,8 +1,4 @@
---
- name: "load docker and db for {{application_id}}"
include_role:
name: cmp-db-docker
- name: "include create-domains.yml for peertube"
include_tasks: create-domains.yml
loop: "{{ domains['web-app-peertube'] }}"
@@ -13,6 +9,10 @@
http_port: "{{ ports.localhost.http[application_id] }}"
ws_port: "{{ ports.localhost.http[application_id] }}"
- name: "load docker and db for {{application_id}}"
include_role:
name: cmp-db-docker
- name: "Install and activate auth-openid-connect plugin if OIDC is enabled"
include_tasks: enable-oidc.yml
when: applications | get_app_conf(application_id, 'features.oidc', False)