- 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: "{{ [ playbook_dir, 'tasks/utils/load_handlers.yml' ] | path_join }}" vars: handler_role_name: "docker-compose"