update nvm

This commit is contained in:
Gianmarco Pettinato 2021-12-25 20:09:04 +01:00
parent 912b6d26f5
commit 469550c6a6
1 changed files with 0 additions and 7 deletions

View File

@ -59,10 +59,3 @@
shell: zsh -c "$(wget https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh -O -)"
args:
creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
- name: install node
become: true
become_user: gianm
shell: nvm install --lts
args:
executable: /usr/bin/zsh