Minor fixups for the matrix-synapse-rest-auth handling

This commit is contained in:
Slavi Pantaleev
2018-08-17 09:25:52 +03:00
parent 2b2e996cf9
commit 25becc63d5
2 changed files with 3 additions and 1 deletions

View File

@ -8,9 +8,11 @@
get_url:
url: "{{ matrix_synapse_ext_password_provider_rest_auth_download_url }}"
dest: "{{ matrix_synapse_ext_path }}/rest_auth_provider.py"
force: true
mode: 0440
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_username }}"
when: "matrix_synapse_ext_password_provider_rest_auth_enabled"
- set_fact:
matrix_synapse_password_providers_enabled: true