Skip to content

Commit

Permalink
Add docker-compose-plugin to install of docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrutalBirdie committed Jun 25, 2024
1 parent d335e3d commit 522ebdd
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 522ebdd

Please sign in to comment.