-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Windows 8.1. Ansible local provisioner error. playbook
does not exist on the guest
#6740
Comments
Close #6757 and update previous fix for #6740 (#6741). See also these places where the same regexp is used to address similar "Windows cases": - https://github.com/mitchellh/vagrant/blob/ec85548bd6eabf0c9cddef615abc77ae7b913e02/plugins/provisioners/chef/provisioner/chef_solo.rb#L99-L103 - https://github.com/mitchellh/vagrant/blob/ec85548bd6eabf0c9cddef615abc77ae7b913e02/plugins/guests/windows/cap/rsync.rb#L6-L9
When is a release with this coming to windows? |
For a work-around until the next release, this older plugin (https://github.com/vovimayhem/vagrant-guest_ansible) appears to work on Windows and accomplishes pretty much the same. |
…rello.com/c/XT4wFH7C at 9:11am 2/23/2016). Unfortunately, it appears that this is a vagrant bug that has been fixed in their dev branches, but that has not been included in any new release; see the bug here:hashicorp/vagrant#6740 and the plaintive question by drozzy, 12 days ago: hashicorp/vagrant#6740 (comment)
Same here. Appends "C:"
windows10x64 Pro |
On Windows host, ansible_local provisioner doesn't work with a path expanding problem discussed at hashicorp/vagrant#6740 This fixes the issue by loading patched ansible provisioner in a way described at http://www.ryuzee.com/contents/blog/6657 The patch is based on hashicorp/vagrant#6800 It also fixes the Ansible 2.0 integration problem so the shell provisioner is no longer needed. It is removed. This is a workaround for Vagrant 1.8.1 or lower so when Vagrant 1.8.2 is released, this should be removed.
ansible_local is too buggy on Windows in Vagrant 1.8.1. hashicorp/vagrant#6740
This bug still exists (end of May). Is there an ETA for this? |
Still exists. File Works good with |
@DmitryRomanenko this is a different issue, I suppose that your I'm locking the conversation here (please file new issue, using the provided template). Thanks! |
vagrant provision
output:Working directory:
C:\Users\user\Desktop\RoR
Environment:
C:\HashiCorp\Vagrant
Vagrantfile (
C:\Users\user\Desktop\RoR\Vagrantfile
)playbook.yml (
C:\Users\user\Desktop\RoR\playbook.yml
)The text was updated successfully, but these errors were encountered: