- if config is needed, it has a file in vars/ - all imported vars for pkgs are namespaced with _<pkgname>
11 lines
188 B
YAML
11 lines
188 B
YAML
---
|
|
- ansible.builtin.include_vars:
|
|
file: tidy.yml
|
|
name: _tidy
|
|
|
|
- name: append to pkgs
|
|
set_fact:
|
|
syspkgs: "{{ syspkgs + _tidy[ansible_system].pkgs }}"
|
|
tags:
|
|
- packages
|