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

Merge pull request #94 from l1ll1/master

changes for Bioinformatics platform role.
parents 5e6ab870 b5996f0d
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