Skip to content

Commit 3bc2b91

Browse files
authored
Merge pull request #378 from ebbba-org/fix/#377
Add docker-compose-plugin to install of docker.yml - This fixes fix #377
2 parents d335e3d + 522ebdd commit 3bc2b91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tasks/docker.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
- name: Ensure pip is installed
2+
- name: Ensure pip and docker-compose-plugin is installed
33
apt:
44
name:
55
- python3-pip
66
- python3-setuptools
7+
- docker-compose-plugin
78
state: "{{ bbb_state }}"
89

910
- name: Install python docker packages

0 commit comments

Comments
 (0)