update nvm
This commit is contained in:
parent
76f8480ce5
commit
4e00f77790
@ -56,6 +56,6 @@
|
|||||||
- name: install nvm
|
- name: install nvm
|
||||||
become_user: gianm
|
become_user: gianm
|
||||||
shell: >
|
shell: >
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | zsh
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
|
||||||
args:
|
args:
|
||||||
creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
|
creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
|
Loading…
Reference in New Issue
Block a user