hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

Resolving issue #295 by installing Ruby earlier. #300

Closed mvance closed 8 years ago

mvance commented 8 years ago

In trying to resolve the Ruby install issue, I started simplifying and noticed that if I only installed Ruby and set all the other roles to false, then Ruby would install cleanly. From there, I just moved the installation of the Ruby role to earlier in the site.yml file and then everything seems to work together nicely again.

Granted, it would be nice to know why that works, but for the time being, I'm happy to just have the install process working cleanly again.

philipnorton42 commented 8 years ago

Thanks @mvance , at least it works! :)

shri3k commented 8 years ago

Had similar issue but this works for me as well.