update and fix multiple packages
This commit is contained in:
@@ -3,9 +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.pkgs: "{{ pkgconfig.git.pkgs[ansible_system] }}"
|
||||
pkgconfig:
|
||||
git:
|
||||
pkgs: "{{ pkgconfig.git.pkgs[ansible_system] }}"
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
|
||||
Reference in New Issue
Block a user