computer-playbook/tasks/utils/load_handlers.yml

6 lines
237 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