Add docker-compose

This commit is contained in:
Bertrand Benjamin 2018-08-28 12:18:17 +02:00
parent f2974993fc
commit e6d0be45cc
1 changed files with 6 additions and 0 deletions

View File

@ -45,3 +45,9 @@
apt:
name: docker-ce
state: present
- name: Install docker-compose
get_url:
url: https://github.com/docker/compose/releases/download/1.22.0/docker-compose-Linux-x86_64
dest: /usr/local/bin/docker-compose
mode: 744