update and fix multiple packages
This commit is contained in:
@@ -2,10 +2,13 @@
|
||||
- ansible.builtin.include_vars:
|
||||
file: nodejs.yml
|
||||
name: _nodejs
|
||||
- ansible.builtin.set_fact:
|
||||
pkgconfig:
|
||||
nodejs: "{{ _nodejs | ansible.builtin.combine(pkgconfig.nodejs) }}"
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ syspkgs + _nodejs[ansible_system].pkgs }}"
|
||||
syspkgs: "{{ syspkgs + pkgconfig.nodejs.pkgs[ansible_system] }}"
|
||||
tags:
|
||||
- RedHat
|
||||
- linux
|
||||
|
||||
Reference in New Issue
Block a user