-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with Vagrant 1.1.x #17
Comments
+1 |
+1 I have made an effort to port the plugin to 1.1 and it's really close to be finished. Unfortunately I have basically no Ruby knowledge, I have used the documentation and the other provisioning plugins as a base. If you would find it useful, I could at least make a pull req with what I have. |
@cvitan I'd be interested in putting your code through its paces — I've got some Ansible scripts to work on and would like to continue using Vagrant 1.1 with VMware. I don't see it yet in your vagrant-ansible fork. |
@commandtab Sure, I'll just clean it up a bit and push it as soon as I have time, have made some further progress still. |
gem sub-command was also renamed, ('plugin' now?), So need new installation instructions as well. |
I got: Message: uninitialized constant Vagrant::Provisioners::Base after successful vagrant plugin install vagrant-ansible. |
I wrote a new Vagrant plugin for 1.1.x that does most of what vagrant-ansible does: hashicorp/vagrant#1465 The only thing it doesn't do is the temporary inventory file, because using it stops |
@commandtab Looks awesome! And merging it into Vagrant core is the way to go. Please vote: hashicorp/vagrant#1465 |
Well done! Maybe it would be a good idea to serve it as an installable plugin until then? |
Is this fixed by the release of hashicorp/vagrant#1465? |
@dsander maybe you can mention DEPRECATED in the repo title, or rename it, or something? As its now part of vagrant core, people finding this repo can lose lots of time wondering why it doesn't work... Thanks for leading the way with this plugin! |
@dch thanks for the heads up. I updated the README, can you please confirm the documentation link is valid? |
oh my god, I just spent like hours, between several sessions of trying to figure out why Ansible was working on one machine and not on another. Turns out, adding this plugin actually breaks Vagrant 1.3+, since it's already built in. Now I feel stupid. But perhaps someone can avoid the same fate as me. |
@dsander, perfect! |
The plugin format for Vagrant 1.1.x has changed, rendering
vagrant-ansible
broken. Are there plans to update it? If not, I might take a crack at it (even with my limited Ruby skills).The text was updated successfully, but these errors were encountered: