mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-02-13 10:52:31 +00:00
8 lines
147 B
YAML
8 lines
147 B
YAML
---
|
|
- name: Install NVM
|
|
remote_user: "{{ nvm_user }}"
|
|
action: >
|
|
git
|
|
repo="https://github.com/creationix/nvm"
|
|
dest="{{ nvm_path }}"
|