Compare commits
2 Commits
8331994811
...
469550c6a6
Author | SHA1 | Date | |
---|---|---|---|
469550c6a6 | |||
912b6d26f5 |
@ -59,10 +59,3 @@
|
|||||||
shell: zsh -c "$(wget https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh -O -)"
|
shell: zsh -c "$(wget https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh -O -)"
|
||||||
args:
|
args:
|
||||||
creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
|
creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
|
||||||
|
|
||||||
- name: install node
|
|
||||||
become: true
|
|
||||||
become_user: gianm
|
|
||||||
shell: nvm install --lts
|
|
||||||
args:
|
|
||||||
executable: /usr/bin/zsh
|
|
||||||
|
2
setup.sh
2
setup.sh
@ -2,3 +2,5 @@
|
|||||||
wget https://git.jatus.tech/Jatus/workstation-setup/raw/branch/main/requirments.yml
|
wget https://git.jatus.tech/Jatus/workstation-setup/raw/branch/main/requirments.yml
|
||||||
ansible-galaxy install -r requirments.yml
|
ansible-galaxy install -r requirments.yml
|
||||||
ansible-pull -U https://git.jatus.tech/Jatus/workstation-setup.git
|
ansible-pull -U https://git.jatus.tech/Jatus/workstation-setup.git
|
||||||
|
zsh
|
||||||
|
nvm install --lts
|
Loading…
Reference in New Issue
Block a user