changed nvm command

This commit is contained in:
Gianmarco Pettinato 2021-12-27 14:19:33 +01:00
parent e919ce2524
commit 5167735b5b
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@
- name: install node
become_user: gianm
shell: source ~/.zshrc && nvm install --lts
shell: nvm install --lts
args:
executable: /usr/bin/zsh