From 997779d627790db0badae19e8a18e0e04632878d Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Thu, 21 Jul 2022 09:19:36 +0200 Subject: [PATCH] Add Dell apt signing key --- roles/ubuntu_base/tasks/custom-apt-repos.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/ubuntu_base/tasks/custom-apt-repos.yml b/roles/ubuntu_base/tasks/custom-apt-repos.yml index 26ff799..fc1555d 100644 --- a/roles/ubuntu_base/tasks/custom-apt-repos.yml +++ b/roles/ubuntu_base/tasks/custom-apt-repos.yml @@ -1,4 +1,9 @@ --- +- name: import dell apt signing key + apt_key: + id: "1285491434D8786F" + keyserver: "keyserver.ubuntu.com" + - name: "configure dell apt repo" apt_repository: repo: "deb https://linux.dell.com/repo/community/openmanage/10101/focal focal main"