From a19ed5612847c94c3fe70905b379bbf970f3d6e4 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 20 Feb 2020 16:50:26 -0600 Subject: [PATCH] Fix issue relating to gnupg2 missing. --- tasks/setup-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index eaaa96f..97a0a27 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -11,6 +11,7 @@ name: - apt-transport-https - ca-certificates + - gnupg2 state: present - name: Add Docker apt key.