Sfoglia il codice sorgente

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

pull/2304/head
Slavi Pantaleev 3 anni fa
parent
commit
dd9ae0d25c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      roles/custom/matrix-synapse/tasks/main.yml

+ 2
- 2
roles/custom/matrix-synapse/tasks/main.yml Vedi File

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


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


- block: - block:
- when: matrix_synapse_enabled | bool - when: matrix_synapse_enabled | bool


Caricamento…
Annulla
Salva