Skip to content
Snippets Groups Projects
Commit a7823ce3 authored by Chris Hines's avatar Chris Hines
Browse files

quit

parent 732e81eb
No related branches found
No related tags found
No related merge requests found
---
- name: Install tmux
apt: name=tmux state=latest
- name: make sure /usr/local/bin exists
file: path=/usr/local/bin state=directory mode=755 owner=root
sudo: true
- name: install get_node.py
copy: src=get_node.py dest=/usr/local/bin/get_node.py mode=755 owner=root
sudo: true
- name: install mbp_node
copy: src=mbp_node dest=/usr/local/bin/mbp_node mode=755 owner=root
sudo: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment