Restore invocation of matrix-mailer migration tasks
Seems like calling these tasks got removed at some point while merge the `bye-bye-nginx-proxy` branch.
This commit is contained in:
parent
36e9b7c8c5
commit
8f56166e6b
@ -47,6 +47,12 @@
|
|||||||
block:
|
block:
|
||||||
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall_matrix_ssl.yml"
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall_matrix_ssl.yml"
|
||||||
|
|
||||||
|
- tags:
|
||||||
|
- setup-all
|
||||||
|
- install-all
|
||||||
|
block:
|
||||||
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/migrate_matrix_mailer.yml"
|
||||||
|
|
||||||
- when: devture_traefik_enabled | bool
|
- when: devture_traefik_enabled | bool
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
|
Loading…
Reference in New Issue
Block a user