From 469550c6a6f74efb9b464f4c34fbc895c4cf8323 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Sat, 25 Dec 2021 20:09:04 +0100 Subject: [PATCH] update nvm --- local.yml | 7 ------- 1 file changed, 7 deletions(-) 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