2018-08-17 07:44:34 +00:00
|
|
|
---
|
|
|
|
|
2019-05-17 21:36:54 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/shared-secret-auth/setup-install.yml"
|
|
|
|
when: matrix_synapse_ext_password_provider_shared_secret_auth_enabled
|
2018-08-17 07:44:34 +00:00
|
|
|
|
2019-05-17 21:36:54 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/shared-secret-auth/setup-uninstall.yml"
|
|
|
|
when: "not matrix_synapse_ext_password_provider_shared_secret_auth_enabled"
|