do no install docker-compose
This commit is contained in:
parent
d4d5dc289f
commit
a58039bc68
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
|||
- docker-ce
|
||||
- docker-ce-cli
|
||||
- containerd.io
|
||||
- docker-compose-plugin
|
||||
# - docker-compose-plugin
|
||||
- name: Install Python modules
|
||||
pip:
|
||||
name:
|
||||
- docker
|
||||
- docker-compose
|
||||
# - docker-compose
|
||||
- name: Copy daemon.json
|
||||
copy:
|
||||
dest: /etc/docker/daemon.json
|
||||
|
|
Reference in a new issue