From 35db8c9b035c93cb487aa5e4f4674d00934ce5ca Mon Sep 17 00:00:00 2001 From: Christoph Schug Date: Sun, 29 Dec 2024 14:00:19 +0100 Subject: [PATCH] fix: adjust list of Docker packages to be installed Don't try to install the obsolete docker-scan-plugin package and avoid being overly explicit by requesting transitive dependencies which get installed implicitly anyway. Fixes #578. --- ansible/docker/inst-docker-ubuntu.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ansible/docker/inst-docker-ubuntu.yaml b/ansible/docker/inst-docker-ubuntu.yaml index d2b4f42..4db252e 100644 --- a/ansible/docker/inst-docker-ubuntu.yaml +++ b/ansible/docker/inst-docker-ubuntu.yaml @@ -30,9 +30,6 @@ ansible.builtin.apt: name: - docker-ce - - docker-ce-cli - - containerd.io - docker-buildx-plugin - - docker-scan-plugin - docker-compose-plugin update_cache: true