浏览代码

Fix accidentally swapped tags (rust-synapse-compress-state and update-user-password)

pull/2304/head
Slavi Pantaleev 3 年前
父节点
当前提交
dd9ae0d25c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      roles/custom/matrix-synapse/tasks/main.yml

+ 2
- 2
roles/custom/matrix-synapse/tasks/main.yml 查看文件

@@ -51,13 +51,13 @@
- when: matrix_synapse_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/update_user_password.yml"
tags:
- rust-synapse-compress-state
- update-user-password

- block:
- when: matrix_synapse_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/rust-synapse-compress-state/main.yml"
tags:
- update-user-password
- rust-synapse-compress-state

- block:
- when: matrix_synapse_enabled | bool


正在加载...
取消
保存