Have Matrix install for the right distro by default
This commit is contained in:
parent
c7b0cc7892
commit
b26fb5d741
@ -14,7 +14,7 @@
|
|||||||
apt_repository:
|
apt_repository:
|
||||||
repo: "{{ item }}"
|
repo: "{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
- "deb https://packages.matrix.org/debian/ bionic main"
|
- "deb https://packages.matrix.org/debian/ {{ ansible_distribution_release }} main"
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
|
Loading…
Reference in New Issue
Block a user