mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
5 lines
175 B
YAML
5 lines
175 B
YAML
- name: "Load handlers without when condition. to guaranty that they are executed"
|
|
import_role:
|
|
name: docker-compose
|
|
tasks_from: helpers/none
|
|
handlers_from: main |