Skip to content

Instantly share code, notes, and snippets.

@ericmdev
Last active December 23, 2015 20:42
Show Gist options
  • Save ericmdev/33f9073f15346bd80037 to your computer and use it in GitHub Desktop.
Save ericmdev/33f9073f15346bd80037 to your computer and use it in GitHub Desktop.
Install Ansible playbook requirements via Ansible Galaxy.
#!/bin/sh
# We use `--ignore-errors` on rerun to skip existing roles.
ansible-galaxy install -r $(PWD)/requirements.yml -p $(PWD)/roles/ --ignore-errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment