From 218eac4fdaf0f274125f2dc0b1014ecb36ef6045 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 5 Jun 2020 13:24:01 +0200 Subject: apt-repo/riot: all packages are now available on codename 'default' --- roles/apt-repo/riot/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/apt-repo/riot/tasks/main.yml') diff --git a/roles/apt-repo/riot/tasks/main.yml b/roles/apt-repo/riot/tasks/main.yml index 46e977e0..749ac685 100644 --- a/roles/apt-repo/riot/tasks/main.yml +++ b/roles/apt-repo/riot/tasks/main.yml @@ -13,7 +13,7 @@ - name: add repository entry copy: content: | - deb https://riot.im/packages/debian/ {{ ansible_distribution_release }} main + deb https://riot.im/packages/debian/ default main dest: /etc/apt/sources.list.d/riot.list notify: update apt cache -- cgit v1.2.3