mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-07 18:05:09 +00:00
7 lines
282 B
YAML
7 lines
282 B
YAML
- 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 }}" |