mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-12 12:16:06 +00:00
Restructured Handler Logic
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
- 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"
|
||||
vars:
|
||||
application_id: "{{ handler_role_name }}"
|
||||
- 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"
|
||||
vars:
|
||||
application_id: "{{ handler_role_name }}"
|
||||
Reference in New Issue
Block a user