Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alvaroaleman/b73fc1f51c8a0d8b5a6e6ef17e923624 to your computer and use it in GitHub Desktop.
Save alvaroaleman/b73fc1f51c8a0d8b5a6e6ef17e923624 to your computer and use it in GitHub Desktop.
# 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