cbrunnkvist / ansistrano-symfony-deploy

Common post-deploy tasks for Symfony projects, using ansistrano (a Capistrano-style Ansible role)
MIT License
68 stars 26 forks source link

Default install stable version of composer, by adding symfony_compose… #32

Closed bcodp closed 4 years ago

bcodp commented 4 years ago

The purpose of this PR is to be able to specify a version of composer to install (in case you do not want to migrate immediately to composer 2.0 for example).

By default the role behavior is not affected, it continues to install the latest stable version unless you add the symfony_composer_version variable.

It's the first time that I do a PR on an ansible role so I probably forget a lot of configuration / documentation so I'm open to all sugesstion.

scuben commented 4 years ago

Thank you @bcodp for your contribution!