From e919ce25243c17f5adb1e790c99e1c224131ef93 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Mon, 27 Dec 2021 14:18:16 +0100 Subject: [PATCH] corrected shell --- local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.yml b/local.yml index 8e424b6..602bebc 100644 --- a/local.yml +++ b/local.yml @@ -62,6 +62,6 @@ - name: install node become_user: gianm - ansible.builtin.shell: source ~/.zshrc && nvm install --lts + shell: source ~/.zshrc && nvm install --lts args: executable: /usr/bin/zsh \ No newline at end of file