Skip to content

Instantly share code, notes, and snippets.

@yosmoc
Created August 15, 2014 06:00
Show Gist options
  • Save yosmoc/abbef0af97d3afd9a625 to your computer and use it in GitHub Desktop.
Save yosmoc/abbef0af97d3afd9a625 to your computer and use it in GitHub Desktop.
- hosts: vm
sudo: yes
tasks:
- apt: update_cache=yes
- apt: name=zsh state=present
- apt: name=git state=present
- apt: name=emacs state=present
- apt: name=vim state=present
- apt: name=golang state=present
- apt: name=gist state=present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment