From 9c4e21caec9045e197e50af0edef2f7f23a1e153 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Sun, 9 Jun 2024 23:15:02 +0100 Subject: [PATCH] gnupg no longer prerequisite See https://github.com/docker/docker-install/commit/811f32afe518ae963d13ff92a1bcb0a40c80eb3a --- tasks/setup-Debian.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index ec25234..06efe0f 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -19,18 +19,6 @@ state: present when: docker_add_repo | bool -- name: Ensure additional dependencies are installed (on Ubuntu < 20.04 and any other systems). - apt: - name: gnupg2 - state: present - when: ansible_distribution != 'Ubuntu' or ansible_distribution_version is version('20.04', '<') - -- name: Ensure additional dependencies are installed (on Ubuntu >= 20.04). - apt: - name: gnupg - state: present - when: ansible_distribution == 'Ubuntu' and ansible_distribution_version is version('20.04', '>=') - - name: Ensure directory exists for /etc/apt/keyrings file: path: /etc/apt/keyrings