vovimayhem / vagrant-guest_ansible

Running Ansible in Vagrant Guests
MIT License
67 stars 29 forks source link

Fixes vovimayhem/vagrant-guest_ansible#13 by adding missing dependencies #14

Closed jehartzog closed 7 years ago

jehartzog commented 8 years ago

Additional dependencies added are libffi-dev and libssl-dev. Adding these fixed the issue and was able to provision using ansible on a windows host.

birish2 commented 8 years ago

Please merge this!

megwill4268 commented 8 years ago

please merge!

imikh commented 8 years ago

Could you please merge this one.

carsonyl commented 7 years ago

I encountered this issue recently, but then discovered that this plugin isn't necessary anymore: Vagrant 1.8.0 added the ansible_local provisioner, which fulfills the same role.

DodSps commented 7 years ago

Not sure I can post this question here! I am using Vagrant Version 1.9.1 with windows 10 and getting below error

drupalvm: Cannot find Ansible playbook. The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.

Does anyone know about the solution?