From 8f87786c940c3f9e59a7f1d9a0409e1a93e200a5 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Tue, 30 Jul 2024 09:44:24 +0200
Subject: [PATCH] ansible/playbooks/general#117 Update apt repository setting

---
 tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/main.yml b/tasks/main.yml
index ec31d46..4d6b937 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -25,7 +25,7 @@
 
     - name: Apt Repository
       apt_repository:
-        repo: 'deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/4.0 multiverse'
+        repo: 'deb [signed-by=/etc/apt/trusted.gpg.d/mongodb.gpg] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/4.0 multiverse'
         state: present
         mode: 0644
 
-- 
GitLab