Skip to content

Commit

Permalink
- bump to more recent docker-compose
Browse files Browse the repository at this point in the history
- avoid pyyaml dependency error
  • Loading branch information
mstyne committed Feb 17, 2020
1 parent 6e4644d commit 5bb49fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
pip:
name: docker-compose
state: present
version: 1.23.2
version: "{{ docker_compose_version }}"
extra_args: "--user"
when:
- interactive
Expand Down
3 changes: 2 additions & 1 deletion roles/common/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
docker_ok_version: "17.00"
docker_ok_version: "17.00"
docker_compose_version: "1.25.2"

0 comments on commit 5bb49fe

Please sign in to comment.