diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 00:47:09 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-04 00:49:46 +0100 |
| commit | 570555cf2d464078190240df724ca4f148c72b48 (patch) | |
| tree | 44f50edc747c8f84cba74a392df6110981789617 /roles/nodejs/meta | |
| parent | cdbb782ab1aa2c337fcfeca0693ac8e22582d186 (diff) | |
Refactor language roles to use mise and install multiple version support
Diffstat (limited to 'roles/nodejs/meta')
| -rw-r--r-- | roles/nodejs/meta/argument_specs.yml | 1 | ||||
| -rw-r--r-- | roles/nodejs/meta/main.yml | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/roles/nodejs/meta/argument_specs.yml b/roles/nodejs/meta/argument_specs.yml index fbb6527d..bcfee791 100644 --- a/roles/nodejs/meta/argument_specs.yml +++ b/roles/nodejs/meta/argument_specs.yml @@ -1,7 +1,6 @@ --- argument_specs: main: - description: "Install nodejs versions via mise on Linux distributions" options: nodejs_versions: type: "list" diff --git a/roles/nodejs/meta/main.yml b/roles/nodejs/meta/main.yml index f76250dc..b75e6a41 100644 --- a/roles/nodejs/meta/main.yml +++ b/roles/nodejs/meta/main.yml @@ -1,10 +1,9 @@ --- dependencies: - - role: "bash" - - role: "curl" + - role: "mise" galaxy_info: author: "a14m" - description: "Install nvm and nodejs (versions) on Linux distributions" + description: "Install nodejs (versions) via mise on Linux distributions" license: "MIT" min_ansible_version: "2.18" platforms: |
