diff --git a/local.yml b/local.yml index 8504804..9e78476 100644 --- a/local.yml +++ b/local.yml @@ -56,6 +56,6 @@ - name: install nvm become_user: gianm 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: creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh" \ No newline at end of file