You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
Most likely. That will save some maintenance effort for sure! I'm still trying to get some VMware licensing issues sorted out so I can try out Vagrant 1.8.0 without it blowing up my environments.
Works great! Only issue—which is only sort of an issue, because it has plusses and minuses—is that every time you run vagrant provision, all the ansible roles are updated via ansible-galaxy install -r [roles file] --force.
Meaning every provision (if you don't have Ansible installed locally) will take 1-2 extra minutes. But I guess it's even more motivation to install Ansible on your host if you're on Mac or Linux, or switch to Mac or Linux from Windows if not :P
Vagrant's latest 1.8 release adds an ansible_local provisioner which should be able to replace the functionality of the JJG-Ansible-Windows script.
The text was updated successfully, but these errors were encountered: