fixing packages

This commit is contained in:
Matthew Stobbs
2025-01-25 17:54:26 -07:00
parent 4665de577e
commit 391e8ee226
25 changed files with 74 additions and 62 deletions

View File

@@ -3,14 +3,8 @@
file: nodejs.yml
name: _nodejs
- ansible.builtin.set_fact:
pkgconfig:
nodejs: "{{ _nodejs | ansible.builtin.combine(pkgconfig.nodejs) }}"
pkgconfig_nodejs: "{{ _nodejs | ansible.builtin.combine(pkgconfig.nodejs) }}"
- name: append to pkgs
set_fact:
syspkgs: "{{ syspkgs + pkgconfig.nodejs.pkgs[ansible_system] }}"
tags:
- RedHat
- linux
- package
syspkgs: "{{ syspkgs + pkgconfig_nodejs.pkgs[ansible_system] }}"