mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Refactored handlers loading
This commit is contained in:
5
tasks/utils/load_handlers.yml
Normal file
5
tasks/utils/load_handlers.yml
Normal 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
|
Reference in New Issue
Block a user