From 9cca1111dc8ae399dd26dd27e8e1fd356d6779eb Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Fri, 24 Dec 2021 14:40:56 +0100 Subject: [PATCH] testing --- local.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/local.yml b/local.yml index e5040f6..b3112bb 100644 --- a/local.yml +++ b/local.yml @@ -4,6 +4,8 @@ roles: - role: devoinc.nvm nodejs_version: "lts" + become: true + become_user: gianm nvm_commands: -"nvm install --lts" @@ -34,9 +36,9 @@ when: not zsh_dir.stat.exists shell: sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" - - name: Setup shell env - copy: - src: files/zshrc - dest: /home/gianm/.zshrc - owner: gianm - group: gianm + # - name: Setup shell env + # copy: + # src: files/zshrc + # dest: /home/gianm/.zshrc + # owner: gianm + # group: gianm