This commit is contained in:
Gianmarco Pettinato 2021-12-24 14:40:56 +01:00
parent a636722f5b
commit 9cca1111dc

View File

@ -4,6 +4,8 @@
roles: roles:
- role: devoinc.nvm - role: devoinc.nvm
nodejs_version: "lts" nodejs_version: "lts"
become: true
become_user: gianm
nvm_commands: nvm_commands:
-"nvm install --lts" -"nvm install --lts"
@ -34,9 +36,9 @@
when: not zsh_dir.stat.exists when: not zsh_dir.stat.exists
shell: sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" shell: sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
- name: Setup shell env # - name: Setup shell env
copy: # copy:
src: files/zshrc # src: files/zshrc
dest: /home/gianm/.zshrc # dest: /home/gianm/.zshrc
owner: gianm # owner: gianm
group: gianm # group: gianm