diff --git a/local.yml b/local.yml index 7a271cc..8e424b6 100644 --- a/local.yml +++ b/local.yml @@ -62,4 +62,6 @@ - name: install node become_user: gianm - shell: source ~/.zshrc && nvm install --lts \ No newline at end of file + ansible.builtin.shell: source ~/.zshrc && nvm install --lts + args: + executable: /usr/bin/zsh \ No newline at end of file