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