Browse Source

matrix.org was hacked and made some changes to their packet infrastracture. Changed URLs.

Thomas Buck 5 years ago
parent
commit
046c03aa3a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      roles/matrix/tasks/synapse.yml

+ 2
- 2
roles/matrix/tasks/synapse.yml View File

1
 - name: Ensure repository key for Synapse is in place
1
 - name: Ensure repository key for Synapse is in place
2
-  apt_key: url=https://matrix.org/packages/debian/repo-key.asc state=present
2
+  apt_key: url=https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg state=present
3
   tags:
3
   tags:
4
     - dependencies
4
     - dependencies
5
 
5
 
6
 - name: Add Synapse repository
6
 - name: Add Synapse repository
7
-  apt_repository: repo="deb https://matrix.org/packages/debian/ {{ ansible_distribution_release }} main"
7
+  apt_repository: repo="deb https://packages.matrix.org/debian/ {{ ansible_distribution_release }} main"
8
   tags:
8
   tags:
9
     - dependencies
9
     - dependencies
10
 
10
 

Loading…
Cancel
Save