summaryrefslogtreecommitdiffstats
path: root/roles/nodejs/meta/main.yml
blob: f76250dc505983bd67538e4e6d8f2b250f7287a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
dependencies:
  - role: "bash"
  - role: "curl"
galaxy_info:
  author: "a14m"
  description: "Install nvm and nodejs (versions) on Linux distributions"
  license: "MIT"
  min_ansible_version: "2.18"
  platforms:
    - name: "ArchLinux"
      versions:
        - "all"
    - name: "Ubuntu"
      versions:
        - "noble"
    - name: "Debian"
      versions:
        - "bookworm"