Skip to content

Instantly share code, notes, and snippets.

@kshlm
Created May 12, 2016 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kshlm/e9974acee3e0c1902271405fc9449e7e to your computer and use it in GitHub Desktop.
Save kshlm/e9974acee3e0c1902271405fc9449e7e to your computer and use it in GitHub Desktop.
- hosts: all
remote_user: vagrant
become: yes
become_user: root
gather_facts: no
tasks:
- name: update pkgin db
raw: pkgin -y up
- name: install python27
raw: pkgin -y in python27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment