limit docker-compose version to 1.24.x
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
aac592b4a1
commit
112cd20182
@ -13,10 +13,11 @@
|
||||
|
||||
- name: Install python dependencies
|
||||
pip:
|
||||
name:
|
||||
- docker
|
||||
- docker-compose
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
loop:
|
||||
- docker
|
||||
- docker-compose~=1.24.0
|
||||
|
||||
- name: Add docker group
|
||||
group:
|
||||
|
Loading…
Reference in New Issue
Block a user