From 586d762c8ea40c7035de0340a4fa911dc65da91d Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Sat, 25 Dec 2021 19:45:09 +0100 Subject: [PATCH] update nvm --- local.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/local.yml b/local.yml index a64e15e..b41c2de 100644 --- a/local.yml +++ b/local.yml @@ -54,6 +54,7 @@ group: gianm - name: install nvm + become: true become_user: gianm shell: zsh -c "$(wget https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh -O -)" args: