Skip to content

Commit

Permalink
Merge pull request #378 from ebbba-org/fix/#377
Browse files Browse the repository at this point in the history
Add docker-compose-plugin to install of docker.yml - This fixes fix #377
  • Loading branch information
BrutalBirdie authored Jun 25, 2024
2 parents d335e3d + 522ebdd commit 3bc2b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/docker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
- name: Ensure pip is installed
- name: Ensure pip and docker-compose-plugin is installed
apt:
name:
- python3-pip
- python3-setuptools
- docker-compose-plugin
state: "{{ bbb_state }}"

- name: Install python docker packages
Expand Down

0 comments on commit 3bc2b91

Please sign in to comment.