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

This commit is contained in:
Slavi Pantaleev 2022-11-27 07:24:24 +02:00
parent 1688983436
commit dd9ae0d25c
1 changed files with 2 additions and 2 deletions

View File

@ -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