2018-08-17 07:44:34 +00:00
|
|
|
---
|
|
|
|
|
2019-05-21 00:57:48 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/shared-secret-auth/setup_install.yml"
|
2019-05-21 15:25:59 +00:00
|
|
|
when: matrix_synapse_ext_password_provider_shared_secret_auth_enabled|bool
|
2018-08-17 07:44:34 +00:00
|
|
|
|
2019-05-21 00:57:48 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/shared-secret-auth/setup_uninstall.yml"
|
2019-05-21 15:25:59 +00:00
|
|
|
when: "not matrix_synapse_ext_password_provider_shared_secret_auth_enabled|bool"
|