testing
This commit is contained in:
parent
a636722f5b
commit
9cca1111dc
14
local.yml
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user