From cf9674f644255e7e17a8564519b733264869f64a Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Mon, 4 Mar 2024 09:40:10 +0100 Subject: [PATCH] Update GPG key and location --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7232dc9..cac9bee 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -15,7 +15,7 @@ - name: Apt Key apt_key: - keyring: /etc/apt/trusted.gpg.d/gitlab.gpg + keyring: /usr/share/keyrings/gitlab.gpg url: 'https://packages.gitlab.com/runner/gitlab-runner/gpgkey' state: present -- GitLab