Compare commits
No commits in common. "469550c6a6f74efb9b464f4c34fbc895c4cf8323" and "83319948116fa6548b4cb399dbec8e5392126612" have entirely different histories.
469550c6a6
...
8331994811
@ -59,3 +59,10 @@
|
|||||||
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,5 +2,3 @@
|
|||||||
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