Skip to content
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

Fix #439 - Add ansible_local support for non-Windows #824

Merged
merged 1 commit into from
Aug 16, 2017

Commits on Aug 16, 2017

  1. Add ansible_local support for non-Windows

    Previously only Windows would use Vagrant's `ansible_local` provisioner.
    But it's a much easier experience to get started in development since it
    skips the Ansible requirement.
    
    This automatically uses the `ansible_local` provisioner if
    `ansible-playbook` does not exist on the host machine.
    swalkinshaw committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    17a753c View commit details
    Browse the repository at this point in the history