You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-12 22:17:28 +02:00
Fix accidentally swapped tags (rust-synapse-compress-state and update-user-password)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user