summaryrefslogtreecommitdiffstats
path: root/roles/nodejs/meta/argument_specs.yml
blob: 4142069020eb3c5e8dc7989504bff8431a8b773b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
argument_specs:
  main:
    description: "Install nvm and nodejs (versions) on Linux distributions"
    options:
      python_versions:
        type: "list"
        description: "The nvm node versions to install (default to latest lts)"
        elements: "str"
        default: ["lts/*"]