From b09d09a6d7bd4b3a332d5ba0c1cafd79a7aed5fd Mon Sep 17 00:00:00 2001 From: Nils Cant Date: Sun, 7 Feb 2021 17:24:06 +0100 Subject: [PATCH] Add Debian 10 archive key for raspberry pi --- tasks/apt.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/apt.yml b/tasks/apt.yml index 067c9fc..917a197 100644 --- a/tasks/apt.yml +++ b/tasks/apt.yml @@ -1,3 +1,9 @@ +- name: Debian buster archive key + apt_key: + id: 80D15823B7FD1561F9F7BCDDDC30D7C23CBBABEE + url: https://ftp-master.debian.org/keys/archive-key-10.asc + state: present + - name: Add debian backports apt_repository: repo: deb http://deb.debian.org/debian buster-backports main