Refactored handlers loading

This commit is contained in:
2025-08-08 19:01:12 +02:00
parent aae69ea15b
commit 22c8c395f0
9 changed files with 33 additions and 37 deletions

View File

@@ -0,0 +1,5 @@
- name: "Load pure handlers from '{{ handler_role_name }}' without 'when' to guaranty that they are executed"
import_role:
name: "{{ handler_role_name }}"
tasks_from: "none.yml"
handlers_from: main