From 9e49ed0603e07b5da2ee1a018c214958cbc837ff Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Wed, 20 Jul 2022 08:36:17 +0200
Subject: [PATCH] Prepare for Ubuntu 22

---
 tasks/install.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tasks/install.yml b/tasks/install.yml
index 8dff7f7..fd5ba0c 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -3,6 +3,7 @@
 
 - name: Apt Key
   apt_key:
+    keyring: /etc/apt/trusted.gpg.d/docker.gpg
     url: 'https://download.docker.com/linux/ubuntu/gpg'
     state: present
 
-- 
GitLab