Fork of unmaintained https://github.com/NBZ4live/ansible-role-composer with a fix for deprecated syntax
Find a file
2014-02-04 14:06:05 +01:00
defaults Move the packages var to the vars directory 2014-02-04 14:04:42 +01:00
handlers Initial commit 2014-02-04 12:47:51 +01:00
meta Finish the installation and check tasks 2014-02-04 13:57:47 +01:00
tasks Move the packages var to the vars directory 2014-02-04 14:04:42 +01:00
vars Move the packages var to the vars directory 2014-02-04 14:04:42 +01:00
.travis.yml Add Travis CI information 2014-02-04 14:06:05 +01:00
README.md Update the README file to add a description of the variables 2014-02-04 14:05:10 +01:00
test.yml Add Travis CI information 2014-02-04 14:06:05 +01:00

Role Name

This role installs Composer from https://getcomposer.org

Requirements

This role requires Ansible 1.2 or higher and platform requirements are listed in the metadata file.

Role Variables

You can override the following variables:

# Url to download the composer executable from
composer_download_url: https://getcomposer.org/composer.phar

# Force the download on every run
composer_download_force: no

Dependencies

none

License

BSD

Author Information

Sergey Fayngold