mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-07 09:56:41 +00:00
9 lines
302 B
YAML
9 lines
302 B
YAML
- name: "Load Mailu before MSMTP config, to guaranty that server is up"
|
|
include_tasks: "utils/load_app.yml"
|
|
vars:
|
|
load_app_id: web-app-mailu
|
|
|
|
- name: "Reset compose handlers after Mailu include for MSMTP"
|
|
include_tasks: utils/load_handlers.yml
|
|
vars:
|
|
handler_role_name: "docker-compose" |