Make --tags=register-user work for both Dendrite/Synapse
Also get rid of `--tags=update-user-password` in the `matrix-dendrite` role, as what we had doesn't work. We may be able to do it with some Ansible helper or something else. For now, we'll omit this feature.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
- setup-dendrite
|
||||
|
||||
- import_tasks: "{{ role_path }}/tasks/register_user.yml"
|
||||
when: run_dendrite_register_user|bool
|
||||
when: run_dendrite_register_user|bool and matrix_dendrite_enabled|bool
|
||||
tags:
|
||||
- register-user
|
||||
|
||||
@ -33,11 +33,6 @@
|
||||
tags:
|
||||
- self-check
|
||||
|
||||
- import_tasks: "{{ role_path }}/tasks/update_user_password.yml"
|
||||
when: run_dendrite_update_user_password|bool
|
||||
tags:
|
||||
- update-user-password
|
||||
|
||||
- name: Mark matrix-dendrite role as executed
|
||||
set_fact:
|
||||
matrix_dendrite_role_executed: true
|
||||
|
Reference in New Issue
Block a user