From 4e00f77790ea7e2b9872edfede84bbb1c0dc2804 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Sat, 25 Dec 2021 18:32:39 +0100 Subject: [PATCH] update nvm --- local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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