adjust pkg list generation
- add a custom pkg definition if it exists - if it doesn't exist, assume it's a package manager packge name
This commit is contained in:
4
tasks/pkgs/RedHat/kitty.yml
Normal file
4
tasks/pkgs/RedHat/kitty.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: add to syspkgs
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ (syspkgs | default([])) + ['kitty', 'kitty-shell-integration'] }}"
|
||||
Reference in New Issue
Block a user