From 44fc5f0e28bae414c91df97faab3a2535146eee1 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Mon, 27 Dec 2021 14:17:07 +0100 Subject: [PATCH] updated parameter to run nvm install --- local.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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