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

Enable SKIP_GALAXY env var to skip galaxy install #734

Merged
merged 1 commit into from
Jan 17, 2017

Conversation

nathanielks
Copy link
Contributor

This would add the ability to skip the Ansible Galaxy requirements installation step by prefixing vagrant up or vagrant provision commands with the env var SKIP_GALAXY=1. Any non-empty value will work. For example:

SKIP_GALAXY=1 vagrant provision

Installing the requirements on every provision can get tiresome when running playbooks over and over (say when you have a modified version of Trellis, for instance).

@swalkinshaw
Copy link
Member

👍

@swalkinshaw swalkinshaw merged commit cb38c41 into master Jan 17, 2017
@swalkinshaw swalkinshaw deleted the enable-skip-galaxy branch January 17, 2017 04:53
swalkinshaw added a commit that referenced this pull request Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants