mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-21 13:00:50 +01:00
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:
parent
88dd3b5c2c
commit
35db8c9b03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user