2022-11-29 20:22:10 -08:00

14 lines
473 B
YAML

- name: Add vscodium repo
tags: ["once"]
yum_repository:
name: vscodium
description: Free/Libre Open Source Software Binaries of VS Code
baseurl: https://download.vscodium.com/rpms/
gpgkey: https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
become: true
- name: Setup nvm
tags: ["once"]
shell: >
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
creates=/home/{{ user }}/.nvm/nvm.sh