Move synapse rest auth url

mail_server
Alexandre Iooss 5 years ago
parent f8517c37b3
commit 3892e49971

@ -3,6 +3,7 @@
- hosts: synapse.adm.auro.re
vars:
mxisd_version: 1.3.1
synapse_rest_auth_url: https://raw.githubusercontent.com/kamax-matrix/matrix-synapse-rest-auth/master/rest_auth_provider.py
roles:
- debian-backports
- matrix-synapse

@ -23,7 +23,7 @@
- name: Install rest auth provider
get_url:
url: https://raw.githubusercontent.com/kamax-matrix/matrix-synapse-rest-auth/master/rest_auth_provider.py
url: "{{ synapse_rest_auth_url }}"
dest: /usr/local/lib/python3.5/dist-packages/rest_auth_provider.py
mode: 0755
notify: Restart matrix-synapse service

Loading…
Cancel
Save