we-bridge / vagrant-ansible-symfony

A template Vagrant Symfony2 project setup, supporting mixed Linux/OSX/Windows host environments
7 stars 5 forks source link

add git in the list of installed package #14

Closed allan-simon closed 9 years ago

allan-simon commented 9 years ago

for some reason, network problem, or dependencies changing their own dependencies, (both cases already happened) composer will fail to get the dependencies from "dist" and will fallback on "git" which is not installed in the vm

cbrunnkvist commented 9 years ago

Ohh, I just realized that it has to be available prior to the install step (not that we use composer to install for now, but...this was the background for this ticket). I appended it at the end of the list of plays :-/

I'll update the branch again.

cbrunnkvist commented 9 years ago

Fixed. On master.