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
The current Vagrantfile uses ansible for provisioning, which places an additional dependency on the host configuration, which may not be compatible or feasible on some machines. We should use ansible-local so that it places ansible inside the virtual machine and not the host.
AC:
Run vagrant up and have it work on any machine (linux, mac, windows) without ansible installed.
The text was updated successfully, but these errors were encountered:
The current Vagrantfile uses ansible for provisioning, which places an additional dependency on the host configuration, which may not be compatible or feasible on some machines. We should use ansible-local so that it places ansible inside the virtual machine and not the host.
AC:
vagrant up
and have it work on any machine (linux, mac, windows) without ansible installed.The text was updated successfully, but these errors were encountered: