Restructured Handler Logic

This commit is contained in:
2025-12-04 02:37:12 +01:00
parent fbeed5793f
commit 5c67c42911
14 changed files with 73 additions and 98 deletions

View File

@@ -5,11 +5,6 @@
patterns: "*.{{ domain }}.conf"
register: find_result
- name: "Reinitialize OpenResty Handler"
include_tasks: utils/load_handlers.yml
vars:
handler_role_name: "svc-prx-openresty"
- name: Remove wildcard nginx configs for {{ domain }}
ansible.builtin.file:
path: "{{ item.path }}"