From 8f56166e6b27d2019e55621c2b068be8dadb9cf3 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 16 Jan 2024 09:40:01 +0200 Subject: [PATCH] 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. --- roles/custom/matrix_playbook_migration/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/custom/matrix_playbook_migration/tasks/main.yml b/roles/custom/matrix_playbook_migration/tasks/main.yml index 9a4efd883..552b0af29 100644 --- a/roles/custom/matrix_playbook_migration/tasks/main.yml +++ b/roles/custom/matrix_playbook_migration/tasks/main.yml @@ -47,6 +47,12 @@ block: - 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 tags: - setup-all