more fixes, more config

This commit is contained in:
Matthew Stobbs
2025-01-25 17:39:49 -07:00
parent 00e08c5997
commit 4665de577e
18 changed files with 61 additions and 70 deletions

View File

@@ -3,14 +3,12 @@
file: git.yml
name: _git
- ansible.builtin.set_fact:
pkgconfig:
git: "{{ _git | ansible.builtin.combine(pkgconfig.git) }}"
pkgconfig_git: "{{ _git | ansible.builtin.combine(pkgconfig.git) }}"
- ansible.builtin.set_fact:
pkgconfig:
git:
pkgconfig_git:
pkgs: "{{ pkgconfig.git.pkgs[ansible_system] }}"
- name: append to pkgs
set_fact:
syspkgs: "{{ syspkgs + pkgconfig.git.pkgs }}"
syspkgs: "{{ syspkgs + pkgconfig_git.pkgs }}"