Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
final tweaks to properly install docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jmMeessen committed Mar 13, 2017
1 parent dc628ae commit 0aef4b7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,11 @@
- name: Download the script to run docler-compose from a container
get_url:
url: "https://github.com/docker/compose/releases/download/1.11.2/docker-compose-Linux-x86_64"
dest: /usr/local/bin/docker-compose
group: root
owner: root
mode: "0755"

- name: create a symlink to this so that it can be found in the path
file:
src: /usr/local/bin/docker-compose
dest: /usr/bin/docker-compose
group: root
owner: root
mode: "0755"
state: link


- name: Directory to store the docker-compose config
file: path={{ work_dir }}/docker state=directory owner=root group=root
Expand Down

0 comments on commit 0aef4b7

Please sign in to comment.