Optimized alarm and system handlers

This commit is contained in:
2025-08-20 14:58:11 +02:00
parent 42d6c1799b
commit f4a380d802
8 changed files with 26 additions and 10 deletions

View File

@@ -1,3 +1,9 @@
- name: "Reload sys-daemon handlers"
include_tasks: "{{ playbook_dir }}/tasks/utils/load_handlers.yml"
vars:
handler_role_name: "sys-daemon"
when: run_once_sys_service is defined
- block:
- include_tasks: 01_core.yml
- include_tasks: utils/run_once.yml
@@ -7,6 +13,6 @@
block:
- name: "Load base routine for '{{ system_service_id }}'"
include_tasks: 03_base.yml
- name: "Flush system handlers for '{{ system_service_id }}'"
- name: "Flush system service handlers for '{{ system_service_id }}'"
meta: flush_handlers
when: system_service_id is defined
when: system_service_id is defined