remove docker from pip

This commit is contained in:
Andreas Zweili 2021-11-15 13:06:42 +01:00
parent 4fab011bd8
commit 257bd982bf
1 changed files with 0 additions and 7 deletions

View File

@ -42,13 +42,6 @@
- containerd.io
- docker-compose
- name: "Install the Docker API"
ansible.builtin.pip:
name:
- docker
- docker-compose
state: latest
- name: "Download lazydocker"
ansible.builtin.get_url:
url: "https://github.com/jesseduffield/lazydocker/releases/download/v{{ docker_lazydocker_version }}/lazydocker_{{ docker_lazydocker_version }}_Linux_x86_64.tar.gz"