From db0b831f5fbc9dec7509aa49479d014056125228 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Wed, 20 Jul 2022 08:36:16 +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 37440f8..a05da7d 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -3,6 +3,7 @@
 
 - name: Apt Key
   apt_key:
+    keyring: /etc/apt/trusted.gpg.d/elastic.gpg
     url: 'https://artifacts.elastic.co/GPG-KEY-elasticsearch'
     state: present
 
-- 
GitLab