Created
May 12, 2016 14:37
-
-
Save kshlm/e9974acee3e0c1902271405fc9449e7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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