This commit is contained in:
Niko Kurtti
2015-03-24 12:18:13 +02:00
commit 34553aa6f4
48 changed files with 1278 additions and 0 deletions

7
roles/nvm/tasks/main.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Install NVM
remote_user: "{{ nvm_user }}"
action: >
git
repo="https://github.com/creationix/nvm"
dest="{{ nvm_path }}"