Files
ansible_role_package/tasks/pkgs/RedHat/kitty.yml
Matthew Stobbs 0ece836f39 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
2025-01-21 16:59:02 -07:00

5 lines
139 B
YAML

---
- name: add to syspkgs
ansible.builtin.set_fact:
syspkgs: "{{ (syspkgs | default([])) + ['kitty', 'kitty-shell-integration'] }}"