You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
254 B

  1. ---
  2. - name: Installing node version manager
  3. hosts: [ 'debian10' ]
  4. tasks:
  5. - name: Install nvm
  6. become: true
  7. become_user: '{{ site_name }}'
  8. shell: 'wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash'