update and fix multiple packages

This commit is contained in:
Matthew Stobbs
2025-01-25 16:07:24 -07:00
parent edba662878
commit 00e08c5997
27 changed files with 132 additions and 99 deletions

View File

@@ -2,9 +2,12 @@
- ansible.builtin.include_vars:
file: python3.yml
name: _python3
- ansible.builtin.set_fact:
pkgconfig:
python3: "{{ _python3 | ansible.builtin.combine(pkgconfig.python3) }}"
- name: append to pkgs
set_fact:
syspkgs: "{{ syspkgs + _python3[ansible_system].pkgs }}"
syspkgs: "{{ syspkgs + pkgconfig.python3.pkgs[ansible_system] }}"
tags:
- packages