Overwritte handlers for CDN

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-09 18:08:30 +02:00
parent d9669fc6dd
commit 4885ad7eb4
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -16,6 +16,17 @@
# ATM just the Logout is using the CDN. # ATM just the Logout is using the CDN.
when: inj_enabled.logout and application_id != 'web-svc-cdn' when: inj_enabled.logout and application_id != 'web-svc-cdn'
- name: Overwritte CDN handlers with neutral handlers
ansible.builtin.include_tasks: "{{ playbook_dir }}/tasks/utils/load_handlers.yml"
loop:
- svc-prx-openresty
- docker-compose
loop_control:
label: "{{ item }}"
vars:
handler_role_name: "{{ item }}"
- name: Set inj_enabled dictionary - name: Set inj_enabled dictionary
set_fact: set_fact:
inj_enabled: inj_enabled: