update and fix multiple packages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user