mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 16:40:45 +02:00
6 lines
237 B
YAML
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
|