basic installs working

need to run tests on all the builds alone, should use a container system
This commit is contained in:
2026-03-27 22:04:05 -06:00
parent 7f00bb70dc
commit 3a39c083a8
15 changed files with 154 additions and 25 deletions

View File

@@ -12,9 +12,8 @@
methods:
- system
pkgname:
RedHat: [nodejs]
Debian: [nodejs]
Alpine: [nodejs]
RedHat:
- nodejs
FreeBSD:
- node
- npm
@@ -32,12 +31,9 @@
when:
- nodejs_imethod == "system"
block:
- name: Set nodejs package name
ansible.builtin.set_fact:
nodejs_pkgname: "{{ nodejs.pkgname[os_family] }}"
- name: Append nodejs to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + [nodejs_pkgname] }}"
pkg_sys: "{{ pkg_sys + nodejs.pkgname[os_family] }}"
- name: Finalize nodejs configuration
ansible.builtin.set_fact: