update and fix multiple packages
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
- ansible.builtin.include_vars:
|
||||
file: tidy.yml
|
||||
name: _tidy
|
||||
- ansible.builtin.set_fact:
|
||||
pkgconfig:
|
||||
tidy: "{{ _tidy | ansible.builtin.combine(pkgconfig.tidy) }}"
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ syspkgs + _tidy[ansible_system].pkgs }}"
|
||||
syspkgs: "{{ syspkgs + pkgconfig.tidy.pkgs[ansible_system] }}"
|
||||
tags:
|
||||
- packages
|
||||
|
||||
Reference in New Issue
Block a user