corrected shell

This commit is contained in:
Gianmarco Pettinato 2021-12-27 14:18:16 +01:00
parent 44fc5f0e28
commit e919ce2524
1 changed files with 1 additions and 1 deletions

View File

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