瀏覽代碼

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.
pull/3098/head
Slavi Pantaleev 2 年之前
父節點
當前提交
8f56166e6b
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      roles/custom/matrix_playbook_migration/tasks/main.yml

+ 6
- 0
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


Loading…
取消
儲存