From 37c975a0006e499c03e15af8512735d6a04f14c4 Mon Sep 17 00:00:00 2001 From: beliys Date: Sat, 30 Mar 2024 09:10:24 +0200 Subject: [PATCH] fix apt-key deprecation --- data/family/Debian.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/family/Debian.yaml b/data/family/Debian.yaml index a2c99205..07518221 100644 --- a/data/family/Debian.yaml +++ b/data/family/Debian.yaml @@ -6,11 +6,11 @@ gitlab::repository_configuration: comment: 'Official repository for GitLab Omnibus' location: "https://packages.gitlab.com/gitlab/gitlab-ce/debian" key: - id: 'F6403F6544A38863DAA0B6E03F01618A51312F3F' + name: 'gitlab.asc' source: 'https://packages.gitlab.com/gpg.key' "gitlab_official_ee": comment: 'Official repository for GitLab Omnibus' location: "https://packages.gitlab.com/gitlab/gitlab-ee/debian" key: - id: 'F6403F6544A38863DAA0B6E03F01618A51312F3F' + name: 'gitlab.asc' source: 'https://packages.gitlab.com/gpg.key'