Fix matrix v1

This commit is contained in:
Alexandre Iooss 2019-07-22 09:12:55 +02:00
parent 1ed6228728
commit 9018c69da3
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
- name: Install matrix-synapse
apt:
update_cache: true
name: matrix-synapse
name: matrix-synapse-py3
state: present
default_release: stretch-backports
register: apt_result
@ -28,6 +28,6 @@
- name: Install rest auth provider
copy:
src: rest_auth_provider.py
dest: /usr/local/lib/python3.5/dist-packages/rest_auth_provider.py
dest: /opt/venvs/matrix-synapse/lib/python3.5/site-packages/rest_auth_provider.py
mode: 0755
notify: Restart matrix-synapse service