Add docker-compose to docker role

This commit is contained in:
Shaun Reed 2019-08-29 07:32:57 +00:00
parent 895a60a824
commit e14b3cea8f
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
- name: Install docker-compose
get_url:
url: https://github.com/docker/compose/releases/download/1.24.1/docker-compose-Linux-x86_64
dest: "/usr/local/bin/docker-compose"
mode: 0755

View File

@ -1,4 +1,4 @@
---
- import_tasks: docker-install.yml
- import_tasks: docker-compose.yml
- import_tasks: users.yml