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
|
- name: Install python dependencies
|
||||||
pip:
|
pip:
|
||||||
name:
|
name: "{{ item }}"
|
||||||
- docker
|
|
||||||
- docker-compose
|
|
||||||
state: present
|
state: present
|
||||||
|
loop:
|
||||||
|
- docker
|
||||||
|
- docker-compose~=1.24.0
|
||||||
|
|
||||||
- name: Add docker group
|
- name: Add docker group
|
||||||
group:
|
group:
|
||||||
|
Loading…
Reference in New Issue
Block a user