Skip to content
Snippets Groups Projects
Commit ca77b054 authored by Simon's avatar Simon
Browse files

Merge pull request #10 from jrobeson/patch-1

move composer into place directly
parents b724b0ac e5e33265
Branches
Tags
No related merge requests found
---
- name: Download and install Composer into the current directory.
- name: Download and install Composer into the target directory.
shell:
php -r "readfile('https://getcomposer.org/installer');" | php
php -r "readfile('https://getcomposer.org/installer');" |
php -- --install-dir={{ composer_path|dirname }} --filename={{ composer_path|basename }}
creates={{ composer_path }}
environment: proxy_env
- name: Move Composer into bin directory.
shell:
mv composer.phar {{ composer_path }}
creates={{ composer_path }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment