mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-03-17 14:05:05 +00:00
initial
This commit is contained in:
7
roles/nvm/tasks/main.yml
Normal file
7
roles/nvm/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Install NVM
|
||||
remote_user: "{{ nvm_user }}"
|
||||
action: >
|
||||
git
|
||||
repo="https://github.com/creationix/nvm"
|
||||
dest="{{ nvm_path }}"
|
||||
Reference in New Issue
Block a user