Update 'roles/docker/tasks/debian.yml'
This commit is contained in:
parent
bf051b97f0
commit
f99f735980
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@
|
|||
# shell: curl -L https://github.com/docker/compose/releases/download/{{ compose_ver }}/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
|
||||
shell: curl -s https://api.github.com/repos/docker/compose/releases/latest | grep browser_download_url | grep docker-compose-linux-x86_64 | grep -v sha256 | cut -d '"' -f 4 | wget -O /usr/local/bin/docker-compose -qi -
|
||||
|
||||
- name: link compose
|
||||
- name: make compose executable
|
||||
shell: chmod +x /usr/local/bin/docker-compose
|
||||
|
|
Loading…
Reference in a new issue