mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 18:35:11 +00:00
9 lines
328 B
YAML
9 lines
328 B
YAML
- name: "Load Mailu before MSMTP config, to guaranty that server is up"
|
|
include_role:
|
|
name: web-app-mailu
|
|
public: false
|
|
|
|
- name: "Reset compose handlers after Mailu include for MSMTP"
|
|
include_tasks: "{{ [ playbook_dir, 'tasks/utils/load_handlers.yml' ] | path_join }}"
|
|
vars:
|
|
handler_role_name: "docker-compose" |