Compare commits
No commits in common. "469550c6a6f74efb9b464f4c34fbc895c4cf8323" and "83319948116fa6548b4cb399dbec8e5392126612" have entirely different histories.
469550c6a6
...
8331994811
@ -59,3 +59,10 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user