Skip to content

Commit 52c886c

Browse files
committed
use docker-compose instead of python3-compose, which is not available for 22.04
1 parent 928eaab commit 52c886c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/playbook/roles/bibigrid/tasks/030-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name:
44
- docker.io
55
- python3-docker
6-
- python3-compose # legacy python compose
6+
- docker-compose
77
- docker-compose-v2
88
state: present
99
tags: install

0 commit comments

Comments
 (0)