diff --git a/local.yml b/local.yml index 95e8813..365e8b3 100644 --- a/local.yml +++ b/local.yml @@ -59,10 +59,3 @@ 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