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