Skip to content

Instantly share code, notes, and snippets.

@chadoh
Created October 29, 2013 14:09
Show Gist options
  • Save chadoh/7215361 to your computer and use it in GitHub Desktop.
Save chadoh/7215361 to your computer and use it in GitHub Desktop.
---
- name: Update apt
apt: update_cache=yes
sudo: yes
- name: install dev packages
apt: pkg=$item state=latest
sudo: yes
with_items:
- git-core
- build-essential
- tree
- vim
# ag dependencies:
- automake
- pkg-config
- libpcre3-dev
- zlib1g-dev
- liblzma-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment