fixing packages
This commit is contained in:
@@ -4,11 +4,9 @@
|
||||
name: _git
|
||||
- ansible.builtin.set_fact:
|
||||
pkgconfig_git: "{{ _git | ansible.builtin.combine(pkgconfig.git) }}"
|
||||
- ansible.builtin.set_fact:
|
||||
pkgconfig_git:
|
||||
pkgs: "{{ pkgconfig.git.pkgs[ansible_system] }}"
|
||||
pkgconfig_git_pkgs: "{{ pkgconfig.git.pkgs[ansible_system] }}"
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ syspkgs + pkgconfig_git.pkgs }}"
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + pkgconfig_git_pkgs }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user