install docker-compose from pip

This commit is contained in:
Andreas Zweili 2021-11-15 13:03:03 +01:00
parent 8a3299c06b
commit 4fab011bd8
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@
- name: "Install the Docker API"
ansible.builtin.pip:
name: docker
name:
- docker
- docker-compose
state: latest
- name: "Download lazydocker"