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.
This commit is contained in:
Christoph Schug 2024-12-29 14:00:19 +01:00
parent 88dd3b5c2c
commit 35db8c9b03

View File

@ -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