Created
June 21, 2016 08:10
-
-
Save alvaroaleman/b73fc1f51c8a0d8b5a6e6ef17e923624 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# configure ansible-galaxy | |
config.vm.provision :ansible do |ansible| | |
ansible.galaxy_roles_path = 'tests/roles/' | |
ansible.galaxy_role_file = 'tests/requirements.yml' | |
ansible.galaxy_command = 'ansible-galaxy install --role-file=%{role_file} --roles-path=%{roles_path} --ignore-errors --force' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment