Browse Source

Merge pull request #633 from cschug/fix_578

fix: adjust list of Docker packages to be installed
Christoph Schug 1 year ago
parent
commit
19485b9422
1 changed files with 0 additions and 3 deletions
  1. 0 3
      ansible/docker/inst-docker-ubuntu.yaml

+ 0 - 3
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