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 -)"
|
||||
args:
|
||||
creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
|
||||
|
||||
- name: install node
|
||||
become: true
|
||||
become_user: gianm
|
||||
shell: nvm install --lts
|
||||
args:
|
||||
executable: /usr/bin/zsh
|
||||
|
4
setup.sh
4
setup.sh
@ -1,4 +1,6 @@
|
||||
#! bin/bash
|
||||
wget https://git.jatus.tech/Jatus/workstation-setup/raw/branch/main/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