limit docker-compose version to 1.24.x
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-11-23 13:44:20 +01:00
parent aac592b4a1
commit 112cd20182

View File

@ -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: