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