From 894e30654fcaf9c0a247b8ab5a1236fdebbf9091 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 18 Aug 2025 20:45:45 +0200 Subject: [PATCH] Keyring removal is already handled by deb822 module. --- tasks/setup-Debian.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 8667254..d43a3a0 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -51,8 +51,3 @@ - name: Ensure handlers are notified immediately to update the apt cache. ansible.builtin.meta: flush_handlers - -- name: Remove Docker apt key if docker_add_repo is false. - ansible.builtin.file: - path: /etc/apt/keyrings/docker.asc - state: "{{ 'file' if docker_add_repo | bool else 'absent' }}"